@kingjs/descriptor
v1.0.16
Published
Exports all `@kingjs/descriptor.*` functionality in one package.
Downloads
21
Readme
@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/descriptorLicense
MIT
