@onesy/meta
v1.0.0
Published
Meta
Downloads
256
Maintainers
Readme
Getting started
Add
yarn add @onesy/meta
Use
import OnesyMeta from '@onesy/meta';
const object = {};
OnesyMeta.add('a', 'a', object);
OnesyMeta.add('a', 'a4', object, 'p');
OnesyMeta.get('a', object);
OnesyMeta.get('a', object, 'p');
// Output
// 'a'
// 'a4'
Dev
Install
yarn
Test
yarn test
Prod
Build
yarn build