UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (3 loc) 257 B
declare function stringify(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string; declare function stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string; export default stringify;