SNAPKITTYWEST's picture
push from SNAPKITTYWEST/agentscope-sift
a5d718a verified
Raw
History Blame Contribute Delete
107 Bytes
declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}