UNPKG

card-sharing

Version:

card sharing config generator by parsing online sources

14 lines (11 loc) 331 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var guid = function guid() { return s4() + s4() + '-' + s4() + '-' + s4() + '-' + s4() + '-' + s4() + s4() + s4(); }; var s4 = function s4() { return Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1); }; exports.default = guid;