UNPKG

@sentry/utils

Version:
10 lines (9 loc) 213 B
export type MemoFunc = [ (obj: any) => boolean, (obj: any) => void ]; /** * Helper to decycle json objects */ export declare function memoBuilder(): MemoFunc; //# sourceMappingURL=memo.d.ts.map