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

index.d.ts « es6 « fast-deep-equal « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7eb9c79694cccf3232d3830d9d67a6e200c0662 (plain)
1
2
declare const equal: (a: any, b: any) => boolean;
export = equal;