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
math-intrinsics
abs.js
abs.js
5 lines
Copy path
Download
Raw
Back to math-intrinsics
1
'use strict';
2
3
/** @type {import('./abs')} */
4
module.exports = Math.abs;
5