// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs8
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
fast-deep-equal
[ PARENT ]
EDIT :: index.d.ts
declare module 'fast-deep-equal' { const equal: (a: any, b: any) => boolean; export = equal; }
SAVE
CANCEL