aswi2020vldc-gitlab/templetes/node_modules/fast-json-stable-stringify/index.d.ts @ 9bb1e829
1 |
declare module 'fast-json-stable-stringify' { |
---|---|
2 |
function stringify(obj: any): string; |
3 |
export = stringify; |
4 |
}
|