UNPKG

outers

Version:

outers - a all in one package for your day to day use

16 lines (15 loc) 852 B
type int = number; type str = string; /** * The function generates a random string of specified length using an array of characters. * @param {num} length - The length parameter is a number that specifies the length of the final symbol * string that will be generated by the function. * @param {str[]} MixedArray - The `MixedArray` parameter is an array of strings that contains the set * of characters from which the random ID will be generated. The function will randomly select * characters from this array to create the final ID string. * @returns a string that is the final symbol string generated by the `GenerateMixedID` function. This * string is created by joining all the elements of the `FinalID` array together using the `join()` * method. */ export default function GenerateMixed(length: int, MixedArray: str[]): str; export {};