Update Third-party Superpowers / Update thirdparty/skill snapshot (push) Successful in 1m17s
5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('./abs')} */
|
|
module.exports = Math.abs;
|