UNPKG

@rashedmakkouk/dev-utils

Version:
14 lines (13 loc) 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toNumericMathTypes = exports.toFixedRange = void 0; exports.toFixedRange = [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ]; exports.toNumericMathTypes = [ 'abs', 'ceil', 'floor', 'round', 'trunc', ];