UNPKG

@szzbmy/lowcode-cli

Version:

🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️

7 lines (6 loc) 239 B
interface Parse { <T = any>(text: string, reviver?: ((this: any, key: string, value: any) => any) | null): T; } declare const parse: Parse; declare const stringify: (parsed: Record<string, any>) => string; export { parse, stringify };