1.2.2 • Published 10 years ago

is-keyword v1.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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