nodeutils

1.2.3 • Public • Published

nodeutils

A range of node utilities to aid your development.

Installation

Install the package via npm:

$ npm install nodeutils --save

Usage

Every nodeutils package is available as a poperty of nodeutils, in camelCase.

Packages

reqhere

Simple straightforward tool to allow you to require locally. [Read More]

require("nodeutils").reqhere();

defaultsDeep

Like lodash's defaultsDeep, but with no mutation and with preservation of arrays. [Read More]

var defaultsDeep = require("nodeutils").defaultsDeep;
var merged = defaultsDeep(mostImportant, nextImportant, leastImportant...);

/nodeutils/

    Package Sidebar

    Install

    npm i nodeutils

    Weekly Downloads

    20

    Version

    1.2.3

    License

    ISC

    Last publish

    Collaborators

    • drewdotpro