UNPKG

uniquegen

Version:

uniquegen is an package for Node.js projects, enabling the generation of random numbers and words. It offers flexibility and ease of use, making it a valuable tool for developers.

8 lines 214 B
type bool = boolean; /** * Generates a random boolean value. * @returns The generated boolean value. */ export default function GenerateBooleanID(): bool; export {}; //# sourceMappingURL=BooleanFunction.d.ts.map