0.1.1 • Published 6 years ago

@ganuz/-metadata v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

@ganuz/-metadata

Source Code Version MIT License Bundle Size TypeScript

Metadata is a group of packages of Ganuz library

Install

$ yarn add @ganuz/-metadata

Or

$ npm install --save @ganuz/-metadata

Use

Module

import {
  defineMetadata,
  defineMetadataWith,
  deleteMetadata,
  getMetadata,
  getMetadataKeys,
  getMetadataOwner,
  getOwnMetadata,
  getOwnMetadataKeys,
  hasMetadata,
  hasOwnMetadata,
  scope
} from '@ganuz/-metadata';

Browser

<script src="https://unpkg.com/@ganuz/-metadata/bundle.umd.min.js"></script>
let {
  defineMetadata,
  defineMetadataWith,
  deleteMetadata,
  getMetadata,
  getMetadataKeys,
  getMetadataOwner,
  getOwnMetadata,
  getOwnMetadataKeys,
  hasMetadata,
  hasOwnMetadata,
  scope
} = G;

License

Copyright © Yisrael Eliev, Licensed under the MIT license.