CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
index.d.ts5 linesDownload Raw Back to fast-deep-equal
1declare module 'fast-deep-equal' {2    const equal: (a: any, b: any) => boolean;3    export = equal;4}5