UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

7 lines 327 B
/** * Generates a random string of the specified length using only digits and alphabet characters. * @param length - The length of the random string to generate. * @returns A random string of the specified length. */ export declare function generateRandomString(length: number): string; //# sourceMappingURL=random.d.ts.map