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

0.1.1 • Public • Published

@ganuz/-reflect

Source Code Version MIT License Bundle Size TypeScript

Reflect is a group of packages of Ganuz library

Install

$ yarn add @ganuz/-reflect

Or

$ npm install --save @ganuz/-reflect

Use

Module

import {
  apply,
  construct,
  defineProperty,
  deleteProperty,
  get,
  getOwnPropertyDescriptor,
  getPrototypeOf,
  has,
  isExtensible,
  ownKeys,
  preventExtensions,
  set,
  setPrototypeOf
} from '@ganuz/-reflect';

Browser

<script src="https://unpkg.com/@ganuz/-reflect/bundle.umd.min.js"></script>
let {
  apply,
  construct,
  defineProperty,
  deleteProperty,
  get,
  getOwnPropertyDescriptor,
  getPrototypeOf,
  has,
  isExtensible,
  ownKeys,
  preventExtensions,
  set,
  setPrototypeOf
} = G;

@ganuz/-reflect/assert

Module

import {
  assertExtensible
} from '@ganuz/-reflect/assert';

Browser

<script src="https://unpkg.com/@ganuz/-reflect/assert/bundle.umd.min.js"></script>
let {
  assertExtensible
} = G;

@ganuz/-reflect/polyfill

Module

  import '@ganuz/-reflect/polyfill';

Browser

<script src="https://unpkg.com/@ganuz/-reflect/polyfill/bundle.umd.min.js"></script>

License

Copyright © Yisrael Eliev, Licensed under the MIT license.

Package Sidebar

Install

npm i @ganuz/-reflect

Weekly Downloads

3

Version

0.1.1

License

MIT

Unpacked Size

464 kB

Total Files

39

Last publish

Collaborators

  • yisraelx