UNPKG

js-abbreviation-number

Version:
7 lines (6 loc) 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.symbolPow = function (index) { if (index === void 0) { index = 0; } return Math.pow(10, index * 3); };