Package detail

is-keyword

hemanth200MIT1.2.2

Checks if the given token is an ES keyword.

type, detect, check, is

readme

is-keyword Build Status

Checks if the given token is an ES keyword.

Install

$ npm install --save is-keyword
$ bower install --save is-keyword
$ component install hemanth/is-keyword

Usage

Node.js
var isKeyword = require('is-keyword');
isKeyword('let');
//=> true

License

MIT © Hemanth.HM