UNPKG

@yeepay/yop-typescript-sdk

Version:

TypeScript SDK for interacting with YOP (YeePay Open Platform)

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;