# is-keyword-js

> A simple way to check if a string is a keyword or reserved keyword in JavaScript

Latest version **1.0.3** (published 2014-12-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-keyword-js
pnpm add is-keyword-js
yarn add is-keyword-js
bun add is-keyword-js
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2014-12-21 |
| First published | 2014-09-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | crissdev |
| Maintainers | crissdev |
| Keywords | javascript, keyword, reserved |

## Links

- npm: https://www.npmjs.com/package/is-keyword-js
- Repository: https://github.com/crissdev/is-keyword-js
- Issues: https://github.com/crissdev/is-keyword-js/issues
- npm.io page: https://npm.io/package/is-keyword-js

## Recent versions

- 1.0.3 (latest) — 2014-12-21
- 1.0.2 — 2014-10-04
- 1.0.1 — 2014-09-18
- 1.0.0 — 2014-09-18

## README

# is-keyword-js

[![Build Status](https://travis-ci.org/crissdev/is-keyword-js.png?branch=master)](https://travis-ci.org/crissdev/is-keyword-js)

> Check if a given string is a Javascript keyword or reserved for future keywords.


## Install

```sh
$ npm install --save is-keyword-js
```


## Usage

```js
var isKeyword = require('is-keyword-js');
isKeyword('this'); // returns true
```


## LICENSE

MIT © [Cristian Trifan](http://crissdev.com)

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