UNPKG

ukey1-react-sdk

Version:
8 lines (5 loc) 155 B
'use strict'; function randomString() { return Math.random().toString(36).substr(2, 10) + '-' + new Date().getTime(); } module.exports = randomString;