@ganuz/-metadata
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@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.

Package Sidebar

Install

npm i @ganuz/-metadata

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

186 kB

Total Files

15

Last publish

Collaborators

  • yisraelx