# reserved2

> Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.

Latest version **0.1.6** (published 2024-01-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install reserved2
pnpm add reserved2
yarn add reserved2
bun add reserved2
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.6 |
| Published | 2024-01-29 |
| First published | 2022-10-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 36.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 26 |
| Author | Jon Schlinkert |
| Maintainers | bluelovers |
| Keywords | reserved, words, javascript, ECMAScript, create-by-yarn-tool, create-by-tsdx |

## Links

- npm: https://www.npmjs.com/package/reserved2
- Repository: https://github.com/bluelovers/ws-string
- Homepage: https://github.com/bluelovers/ws-string/tree/master/packages/reserved#readme
- Issues: https://github.com/bluelovers/ws-string/issues
- npm.io page: https://npm.io/package/reserved2

## Recent versions

- 0.1.6 (latest) — 2024-01-29
- 0.1.5 — 2023-04-12
- 0.1.4 — 2022-11-01
- 0.1.3 — 2022-10-27

## README

# reserved [![NPM version](https://badge.fury.io/js/reserved.png)](http://badge.fury.io/js/reserved)

> Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.

Used in [variable](https://github.com/jonschlinkert/variable)

## Install
Install with [npm](npmjs.org):

```bash
npm i reserved --save-dev
```


## Usage

```js
var reserved = require('reserved');
console.log(reserved);
//=> 'abstract', 'arguments', 'boolean', 'break', 'byte', 'case'...
```

## Author

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

## License
Copyright (c) 2014 Jon Schlinkert, contributors.  
Released under the MIT license

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 11, 2014._

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