@dylburger/pd

0.0.2 • Public • Published

This repo contains a library of Node.js functions I need to reuse in a few places.

Usage on Pipedream

// No npm install required
const { random } = require("@dylburger/pd")

Other Node projects

First,

npm i --save @dylburger/pd

Then require the function you'd like to use in the relevant file:

const { random } = require("@dylburger/pd")

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @dylburger/pd

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    2.15 kB

    Total Files

    4

    Last publish

    Collaborators

    • dylburger