@kingjs/descriptor

1.0.16 • Public • Published

@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.16
    2
    • latest

Version History

Package Sidebar

Install

npm i @kingjs/descriptor

Weekly Downloads

8

Version

1.0.16

License

MIT

Unpacked Size

4.63 kB

Total Files

4

Last publish

Collaborators

  • kingces95