2023-05-16 10:50:42 +08:00

4 lines
156 B
TypeScript
Executable File

export * from "./parse";
export { default as parse } from "./parse";
export { default as stringify } from "./stringify";
//# sourceMappingURL=index.d.ts.map