This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

emre

1.0.0 • Public • Published

Emre - Object selection like a boss

With Emre, you can access object properties (and set them too!) using a string containing dot-notation-like syntax. Very useful for command like apps that have config settings.

Installation

Emre can be used both on the client, and server-side. For client installs, just take the js file and include it in your project. For nodejs:

npm install emre

Then in your project: var emre = require('emre');

Usage

Reading values: emre(object, 'path.to.property') Returns the found property value.

Writing values: emre(object, 'path.to.property', value) Returns a modified object.

Readme

Keywords

Package Sidebar

Install

npm i emre

Weekly Downloads

0

Version

1.0.0

License

none

Last publish

Collaborators

  • dawnerd