1.0.16 • Published 6 years ago

@kingjs/descriptor v1.0.16

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

@kingjs/descriptor

Exports all @kingjs/descriptor.* functionality in one package.

Usage

var descriptor = require('@kingjs/descriptor');

Interfaces

A descriptor is an object or array literal or Dictionary with only enumerable properties.

declare interface Descriptor {
  [index: string | number]: any
}

Namespaces

Packages

These packages all take a descriptor as this and will clone on write if they need to change a property value.

Install

With npm installed, run

$ npm install @kingjs/descriptor

License

MIT

Analytics