UNPKG

@clynn-fe/akfe-editor-jsonf

Version:

JSON methods support function parse and stringify

2 lines (1 loc) 87 B
export declare const stringify: (data: Record<string, unknown> | unknown[]) => string;