1 | import "../../utilities/globals";
|
2 | export declare class ObjectCanon {
|
3 | private known;
|
4 | private pool;
|
5 | isKnown(value: any): boolean;
|
6 | private passes;
|
7 | pass<T>(value: T): T;
|
8 | admit<T>(value: T): T;
|
9 | private sortedKeys;
|
10 | private keysByJSON;
|
11 | readonly empty: {};
|
12 | }
|
13 | export declare const canonicalStringify: ((value: any) => string) & {
|
14 | reset: typeof resetCanonicalStringify;
|
15 | };
|
16 | declare function resetCanonicalStringify(): void;
|
17 | export {};
|
18 | //# sourceMappingURL=object-canon.d.ts.map |
\ | No newline at end of file |