test-action-debian-package/node_modules/fast-safe-stringify/index.d.ts

9 lines
419 B
TypeScript
Raw Normal View History

2020-03-26 14:37:35 +00:00
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;