index
:
react-redux-saga-starter
master
React Redux-Saga Template
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
random.key.js
blob: 50e5293c261f049e41a004243463b89d0d91a15b (
plain
)
1
2
3
export
const
RandomKey
=
{
generate
:
()=>
parseInt
(
Math
.
random
()
*
Math
.
pow
(
10
,
12
),
10
)
};