📄 abs.js
/home/palash/git/site/node_modules/math-intrinsics/abs.js
Language: js • Lines: 4
'use strict';

/** @type {import('./abs')} */
module.exports = Math.abs;