UNPKG

@newbiz/admin-script-libs

Version:

신사업 프론트엔드 공통 어드민 셋업 라이브러리.

15 lines (14 loc) 314 B
declare module "json-stringify-pretty-compact" { const stringify: ( object: any, options?: { indent?: number | string; maxLength?: number; replacer?: | ((key: string, value: any) => any) | (number | string)[] | null; } ) => string; export = stringify; }