This repo contains a library of Node.js functions I need to reuse in a few places.
// No npm install required
const { random } = require("@dylburger/pd")
First,
npm i --save @dylburger/pd
Then require
the function you'd like to use in the relevant file:
const { random } = require("@dylburger/pd")