passthrough-object

0.9.4 • Public • Published

passthrough-object

The lastest version of this document is available on Github > passthrough-object

Availables operations

  • get : passes through an object to get its sub properties
  • set : passes through an object to set its sub properties

Installation

npm install passthrough-object --save

or

yarn add passthrough-object --save

Without installation

<script src="https://cdn.jsdelivr.net/npm/passthrough-object/distrib/passthrough-object.min.js" type="module"></script>

prerequisites

for NodeJs

 var Path=require("passthrough-object");

for browser

<script src="node_modules/passthrough-object/distrib/passthrough-object.min.js" type="module"></script>

for IE only, add this script

<script src="node_modules/object-polyfills/distrib/object-polyfills.min.js"></script>

usage

API & DEMO

Package Sidebar

Install

npm i passthrough-object

Weekly Downloads

0

Version

0.9.4

License

MIT

Unpacked Size

28.8 kB

Total Files

7

Last publish

Collaborators

  • sylvain59