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

0.1.1 • Public • Published

@ganuz/-descriptor

Source Code Version MIT License Bundle Size TypeScript

Descriptor is a group of packages of Ganuz library

Install

$ yarn add @ganuz/-descriptor

Or

$ npm install --save @ganuz/-descriptor

Use

Module

import {
  isAccessorDescriptor,
  isDataDescriptor,
  isPropertyDescriptor,
  toAccessorDescriptor,
  toDataDescriptor,
  toPropertyDescriptor,
  IPropertyDescriptorOptions
} from '@ganuz/-descriptor';

Browser

<script src="https://unpkg.com/@ganuz/-descriptor/bundle.umd.min.js"></script>
let {
  isAccessorDescriptor,
  isDataDescriptor,
  isPropertyDescriptor,
  toAccessorDescriptor,
  toDataDescriptor,
  toPropertyDescriptor
} = G;

@ganuz/-descriptor/assert

Module

import {
  assertAccessorDescriptor,
  assertDataDescriptor,
  assertPropertyDescriptor
} from '@ganuz/-descriptor/assert';

Browser

<script src="https://unpkg.com/@ganuz/-descriptor/assert/bundle.umd.min.js"></script>
let {
  assertAccessorDescriptor,
  assertDataDescriptor,
  assertPropertyDescriptor
} = G;

License

Copyright © Yisrael Eliev, Licensed under the MIT license.

Package Sidebar

Install

npm i @ganuz/-descriptor

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

136 kB

Total Files

27

Last publish

Collaborators

  • yisraelx