test-action-debian-package/node_modules/fast-safe-stringify/index.d.ts
Dawid Dziurla 9308795b8b
update
2020-03-26 15:37:35 +01:00

9 lines
419 B
TypeScript

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;