UNPKG

@pipedream/platform

Version:

Pipedream platform globals (typing and runtime type checking)

3 lines (2 loc) 135 B
export declare function cloneSafe(o: any): any; export declare function jsonStringifySafe(v: any, set?: Set<any>): string | undefined;