.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-json-stable-stringify / index.d.ts
1 declare module 'fast-json-stable-stringify' {
2   function stringify(obj: any): string;
3   export = stringify;
4 }