# get-set-props

> List of getter/setter properties for JavaScript types

Latest version **0.2.0** (published 2024-05-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install get-set-props
pnpm add get-set-props
yarn add get-set-props
bun add get-set-props
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2024-05-31 |
| First published | 2015-10-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=18.0.0 |
| Dependencies | 0 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Dustin Specker |
| Maintainers | dustinspecker |
| Keywords | js, javascript, ecmascript, builtin, types, type, data, getter, setter, props, properties, property, list, array, json |

## Links

- npm: https://www.npmjs.com/package/get-set-props
- Repository: https://github.com/dustinspecker/get-set-props
- Homepage: https://github.com/dustinspecker/get-set-props#readme
- Issues: https://github.com/dustinspecker/get-set-props/issues
- npm.io page: https://npm.io/package/get-set-props

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.2.0 (latest) — 2024-05-31
- 0.1.0 — 2015-10-31

## README

# get-set-props

> List of getter/setter properties for [JavaScript types](https://github.com/sindresorhus/js-types)

It's just a [JSON file](get-set-props.json) and can be used wherever.

**Forked from [Sindre Sorhus](http://sindresorhus.com)' [proto-props](https://github.com/sindresorhus/proto-props)**


## Install

```
$ npm install --save get-set-props
```


## Usage

```js
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](https://github.com/dustinspecker)

---
_Source: https://npm.io/package/get-set-props · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
