Projekt

Obecné

Profil

Stáhnout (103 Bajtů) Statistiky
| Větev: | Revize:
1
declare module 'fast-deep-equal' {
2
    const equal: (a: any, b: any) => boolean;
3
    export = equal;
4
}
(3-3/7)