added unit testing, and started implementing unit tests...phew
This commit is contained in:
8
node_modules/fast-safe-stringify/index.d.ts
generated
vendored
Normal file
8
node_modules/fast-safe-stringify/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
declare function stringify(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;
|
||||
|
||||
declare namespace stringify {
|
||||
export function stable(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;
|
||||
export function stableStringify(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;
|
||||
}
|
||||
|
||||
export default stringify;
|
Reference in New Issue
Block a user