a489e87a73b10dd0cd16e1edc4833586b5403ad8.svn-base 110 Bytes
declare module 'fast-json-stable-stringify' {
  function stringify(obj: any): string;
  export = stringify;
}