UNPKG
soocrate-core
Version:
latest (1.0.0)
1.0.0
this is the core of soocrate application
github.com/haouarin/jquery-crate
haouarin/jquery-crate
soocrate-core
/
src
/
helpers
/
randomID.js
8 lines
(7 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
shortid
from
'shortid'
shortid.
characters
(
'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-'
)
export
function
GUID
(
) {
return
'c'
+ shortid.
generate
() }