debian-mirror-gitlab/core-js/features/math/rad-per-deg.js

4 lines
83 B
JavaScript
Raw Normal View History

2019-09-25 13:30:05 +05:30
require('../../modules/esnext.math.rad-per-deg');
module.exports = 180 / Math.PI;