0.1.1 • Published 6 years ago

@ganuz/-descriptor v0.1.1

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

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