UNPKG

extwee

Version:

A story compiler tool using Twine-compatible formats

7 lines (6 loc) 204 B
/** * Lightweight UUID v4 generator for web builds * This replaces the full uuid package to reduce bundle size * @returns {string} A randomly generated UUID v4 string */ export function v4(): string;