@crabas0npm/pariatur-ex-vel

1.0.0 • Public • Published

@crabas0npm/pariatur-ex-vel

Install

Do not use it if you can use maps.

yarn add @crabas0npm/pariatur-ex-vel

or if npm is package manager of your choice

npm install @crabas0npm/pariatur-ex-vel --save

Usage

I want to create a new object

import box from '@crabas0npm/pariatur-ex-vel';

const trackedObj = box({});

I have an existing object

import box from '@crabas0npm/pariatur-ex-vel';

const myObj = { 
  a: true,
  b: void 0,
};

const trackedObj = box(myObj);
// alternatively if you want to provide a custom orer
const trackedReversedObj = box(myObj, ['b', 'a']);

LICENSE

Apache License 2.0

Readme

Keywords

Package Sidebar

Install

npm i @crabas0npm/pariatur-ex-vel

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

13 kB

Total Files

10

Last publish

Collaborators

  • thanhl4861