UNPKG

makemehapi

Version:

Self guided workshops to teach you about hapi.

6 lines (4 loc) 97 B
const rndport = () => 1024 + Math.floor(Math.random() * 64511); module.exports = { rndport };