UNPKG

@yeepay/yop-nodejs-sdk

Version:

YOP NodeJS SDK with TypeScript support

8 lines (7 loc) 221 B
/** * Generates a random string of specified length * @param n - Length of the random string to generate * @returns Random string */ export declare function getUniqueId(n: number): string; export default getUniqueId;