4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
import type { Vocabulary } from "../../types";
|
|
declare const core: Vocabulary;
|
|
export default core;
|