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.

9 lines 338 B
type bool = boolean; /** * Generates a random boolean value from the given array of booleans. * @param ArrayOFboolean - The array of booleans to generate from. * @returns The randomly generated boolean value. */ export default function GenerateBoolean(ArrayOFboolean: bool[]): bool; export {}; //# sourceMappingURL=BooleanGen.d.ts.map