UNPKG
@yeepay/yop-nodejs-sdk
Version:
latest (3.1.0)
3.1.0
YOP NodeJS SDK with TypeScript support
@yeepay/yop-nodejs-sdk
/
dist
/
Util
/
GetUniqueId.d.ts
8 lines
(7 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 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;