c2f05139dccaac36615727a10d7b0b31082a0e98.svn-base 103 Bytes Raw Blame History Permalink 1 2 3 4 declare module 'fast-deep-equal' { const equal: (a: any, b: any) => boolean; export = equal; }