UNPKG

acebase-core

Version:

Shared AceBase core components, no need to install manually

8 lines 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function pad(num, size) { const s = '000000000' + num; return s.substr(s.length - size); } exports.default = pad; //# sourceMappingURL=pad.js.map