1.0.6 • Published 1 year ago

prefer-local v1.0.6

Weekly downloads
53
License
MIT
Repository
github
Last release
1 year ago

Install

Install with npm

npm install prefer-local
// or
yarn add prefer-local

Uses

Useful for places where we need to choose between boolean value of a property inside an object (if exists) and another boolean value and prefer inner property. For Example, while choosing between local option in an object and a global option. If local option is set to false returns false even if global option is true.

  • src - source object containing inner property
  • key - key of the inner property
  • prop - value of global property
1.0.6

1 year ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago