UNPKG

@amaui/utils

Version:
3 lines (2 loc) 143 B
declare const stringify: (value_: any, spaces?: number, replacer?: (property: string, value: any) => any) => string; export default stringify;