UNPKG

jorel

Version:

The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.

8 lines (7 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.generateRandomId = void 0; const generateRandomId = () => { return Math.random().toString(36).substring(2, 10); }; exports.generateRandomId = generateRandomId;