object-nester

0.0.1 • Public • Published

object-nester

This answer to a StackOverflow question, packaged as a node.js module.

Usage

var nested = require( 'object-nester' );
 
var foo = nested.create( animals, [ 'mammals', 'cats', 'wild' ], 'lion' );
// animals.mammals.cats.wild = 'lion'

wercker status NPM

Readme

Keywords

none

Package Sidebar

Install

npm i object-nester

Weekly Downloads

3

Version

0.0.1

License

BSD

Last publish

Collaborators

  • zuzak