@amaui/meta
TypeScript icon, indicating that this package has built-in type declarations

1.0.11143 • Public • Published

amaui logo

amaui Meta

Meta


MIT license     Production ready     UMD 1.9kb gzipped     100% test cov     Browser and Nodejs

Very simple code     Modern code     Junior friendly     Typescript     Made with 💛


Getting started

Add

  // yarn
  yarn add @amaui/meta

  // npm
  npm install @amaui/meta

Use

  import AmauiMeta from '@amaui/meta';

  const object = {};

  AmauiMeta.add('a', 'a', object);
  AmauiMeta.add('a', 'a4', object, 'p');

  AmauiMeta.get('a', object);
  AmauiMeta.get('a', object, 'p');

  // Output
  // 'a'
  // 'a4'

Dev

Install

  yarn

Test

  yarn test

Prod

Build

  yarn build

Docs

Might be soon...

Package Sidebar

Install

npm i @amaui/meta

Weekly Downloads

40

Version

1.0.11143

License

MIT

Unpacked Size

49.2 kB

Total Files

11

Last publish

Collaborators

  • lazareric