UNPKG

soocrate-core

Version:

this is the core of soocrate application

8 lines (7 loc) 189 B
import shortid from 'shortid' shortid.characters( '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-' ) export function GUID() { return 'c' + shortid.generate() }