4 lines
73 B

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