UNPKG

@aimee-blue/ab-service-kit

Version:
13 lines (10 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uuid = uuid; var _uuid = require("uuid"); function uuid() { return (0, _uuid.v4)(); } //# sourceMappingURL=uuid.js.map