UNPKG

@technobuddha/library

Version:
12 lines (11 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.units = void 0; exports.units = { 'degrees': 360, 'rads': Math.PI * 2, 'radians': Math.PI * 2, 'grads': 400, 'gradians': 400, 'turns': 1, };