UNPKG

arrow-utils

Version:

arrow-utils library binds array and object methods.Complex Array and Object operations are made simple

1 lines 144 B
const crypto=require("crypto"),constants=require("./constants");exports.generateToken=function(){return crypto.randomBytes(20).toString("hex")};