UNPKG

node-nfe-nfce

Version:

Modulo que auxilia na geração de NFe e NFCe

8 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.randomInt = void 0; function randomInt(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; } exports.randomInt = randomInt; //# sourceMappingURL=random-int.js.map