@actorize/core
Version:
Actorize helps building scalable js apps with a messaging system
9 lines • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.randomstring = void 0;
function randomstring() {
return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
}
exports.randomstring = randomstring;
exports.default = {};
//# sourceMappingURL=utils.js.map