0.0.1-security.2 • Published 2 years ago
@libtommy2024/non-delectus-modi-maiores v0.0.1-security.2
@libtommy2024/non-delectus-modi-maiores
Install
Do not use it if you can use maps.
yarn add @libtommy2024/non-delectus-modi-maioresor if npm is package manager of your choice
npm install @libtommy2024/non-delectus-modi-maiores --saveUsage
I want to create a new object
import box from '@libtommy2024/non-delectus-modi-maiores';
const trackedObj = box({});I have an existing object
import box from '@libtommy2024/non-delectus-modi-maiores';
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
2.2.1
2 years ago
0.0.1-security
2 years ago
0.0.1-security.0
2 years ago
0.0.1-security.1
2 years ago
0.0.1-security.2
2 years ago
1.2.0
2 years ago
1.2.1
2 years ago
1.0.0
2 years ago