mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
// https://rwaldron.github.io/proposal-math-extensions/
|
|
var $export = require('./_export');
|
|
|
|
$export($export.S, 'Math', { RAD_PER_DEG: 180 / Math.PI });
|