UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

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