abs.js
1  'use strict';
2  
3  /** @type {import('./abs')} */
4  module.exports = Math.abs;