a489e87a73b10dd0cd16e1edc4833586b5403ad8.svn-base 110 Bytes Raw Blame History Permalink 1 2 3 4 declare module 'fast-json-stable-stringify' { function stringify(obj: any): string; export = stringify; }