hanchu/server/hanchu.d.ts

5 lines
73 B
TypeScript
Raw Permalink Normal View History

2024-10-22 04:35:21 +00:00
declare module 'wordnet' {
const value: any;
export default value;
}