UNPKG

cross-channel

Version:
5 lines (4 loc) 119 B
'use strict' module.exports = function generateRandomKey(){ return Math.round(Math.random() * Math.pow(10, 15)) }