UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

8 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RandomString = void 0; function RandomString() { return Math.random().toString(36).substring(2); } exports.RandomString = RandomString; //# sourceMappingURL=random-string.js.map