@livelybone/simple-unique-id
Version:
A simple unique-id generator
10 lines (8 loc) • 464 B
JavaScript
/**
* Bundle of @livelybone/simple-unique-id
* Generated: 2019-12-23
* Version: 1.0.0
* License: MIT
* Author: 2631541504@qq.com
*/
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e=e||self).simpleUniqueId=n()}(this,function(){"use strict";return function(){function e(){return Math.random().toString(36)}return(e()+e()).replace(/0\./,"").slice(0,15).toUpperCase()}});