UNPKG

pubnub

Version:

Publish & Subscribe Real-time Messaging with PubNub

13 lines (10 loc) 195 B
import uuidGenerator from 'lil-uuid'; export default { createUUID() { if (uuidGenerator.uuid) { return uuidGenerator.uuid(); } else { return uuidGenerator(); } } };