Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.d.ts « fast-json-stable-stringify « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23e46cafc140a3ed99104ba1997f34b2414f9ef4 (plain)
1
2
3
4
declare module 'fast-json-stable-stringify' {
  function stringify(obj: any): string;
  export = stringify;
}