get-set-props
List of getter/setter properties for JavaScript types
Last updated 2 years ago by dustinspecker .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install get-set-props 
SYNC missed versions from official npm registry.

get-set-props

List of getter/setter properties for JavaScript types

It's just a JSON file and can be used wherever.

Forked from Sindre Sorhus' proto-props

Install

$ npm install --save get-set-props

Usage

import getSetProps from 'get-set-props';

console.log(getSetProps);
/*
{
	Array: [
		'length',
	],
	ArrayBuffer: [
	],
	...
	Error: [
		'stack'
	],
	...
}
*/

Dev

The JSON file is generated by running:

$ npm run generate

License

MIT © Dustin Specker

Current Tags

  • 0.2.0                                ...           latest (2 years ago)

2 Versions

  • 0.2.0                                ...           2 years ago
  • 0.1.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |