index.d.ts 118 B

1234
  1. import type { Vocabulary } from "../../types";
  2. declare const jtdVocabulary: Vocabulary;
  3. export default jtdVocabulary;