UNPKG

@qelos/content

Version:

Content API for qelos platform

6 lines (4 loc) 136 B
var crypto = self.crypto || self.msCrypto module.exports = function (bytes) { return crypto.getRandomValues(new Uint8Array(bytes)) }