CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
strong-tie
/
inbound-calls
source
Hugging Face
updated 2y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
node_modules
fast-deep-equal
index.d.ts
index.d.ts
5 lines
Copy path
Download
Raw
Back to fast-deep-equal
1
declare module 'fast-deep-equal' {
2
const equal: (a: any, b: any) => boolean;
3
export = equal;
4
}
5