Meta
Very simple code Modern code Junior friendly Typescript Made with 💛
yarn add @onesy/meta
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'
Install
yarn
Test
yarn test
Build
yarn build