Edit File: index.d.ts
declare module 'fast-json-stable-stringify' { function stringify(obj: any): string; export = stringify; }
Back to File Manager