knowledgebase_law/node_modules/stringify-entities/index.d.ts

4 lines
154 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
export * from "./lib/index.js";
export type LightOptions = import('./lib/index.js').LightOptions;
export type Options = import('./lib/index.js').Options;