Sha256: 538596c92f8451040575a5f17253d220edf42439f9ee9820d31dd60d22274da2
Contents?: true
Size: 177 Bytes
Versions: 36
Compression:
Stored size: 177 Bytes
Contents
var id = 0; var postfix = Math.random(); module.exports = function (key) { return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36); };
Version data entries
36 entries across 35 versions & 9 rubygems