mirror of https://github.com/jkjoy/sunpeiwen.git
4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
|
import type { Vocabulary } from "../../types";
|
||
|
declare const jtdVocabulary: Vocabulary;
|
||
|
export default jtdVocabulary;
|