@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

Dependents (0)

Package Sidebar

Install

npm i @kingjs/descriptor

Weekly Downloads

0

Version

1.0.16

License

MIT

Unpacked Size

4.63 kB

Total Files

4

Last publish

Collaborators

  • kingces95