Nav apraksta

index.d.ts 103B

    declare module 'fast-deep-equal' { const equal: (a: any, b: any) => boolean; export = equal; }