UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

4 lines 222 B
export declare const encodeJson: (value: Record<string, any>) => string; export declare const pause: (ms?: number) => Promise<unknown>; export declare const deepCopy: <T>(value: T) => T; //# sourceMappingURL=utils.d.ts.map