UNPKG
@atlas-kitchen/adyen-web
Version:
latest (6.15.0)
6.15.0
docs.adyen.com/checkout
atlas-kitchen/adyen-web
@atlas-kitchen/adyen-web
/
dist
/
es
/
utils
/
idGenerator.js
3 lines
(2 loc)
•
123 B
JavaScript
View Raw
1
2
3
let
e=
Date
.
now
();
const
t
=(
t=
"field"
)=>(e+=
1
,
`
${t}
-
${e}
`
);
export
{t
as
getUniqueId};
//# sourceMappingURL=idGenerator.js.map