Projekt

Obecné

Profil

Stáhnout (110 Bajtů) Statistiky
| Větev: | Revize:
1
declare module 'fast-json-stable-stringify' {
2
  function stringify(obj: any): string;
3
  export = stringify;
4
}
(5-5/7)