UNPKG

@hotmeshio/hotmesh

Version:

Serverless Workflow

6 lines (5 loc) 284 B
declare class JsonHandler { stringify(value: any, replacer?: (this: any, key: string, value: any) => any | (number | string)[] | null, space?: string | number): string; parse(text: string, reviver?: (this: any, key: string, value: any) => any): any; } export { JsonHandler };