InspectionCleaning/node_modules/core-js/full/math/rad-per-deg.js

5 lines
97 B
JavaScript
Raw Normal View History

2025-04-07 09:53:58 +08:00
'use strict';
require('../../modules/esnext.math.rad-per-deg');
module.exports = 180 / Math.PI;