hrms-manual/node_modules/core-js/full/math/rad-per-deg.js
2023-09-06 14:51:44 +07:00

4 lines
97 B
JavaScript

'use strict';
require('../../modules/esnext.math.rad-per-deg');
module.exports = 180 / Math.PI;