is-keyword

1.2.2 • Public • Published

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

Package Sidebar

Install

npm i is-keyword

Weekly Downloads

20

Version

1.2.2

License

MIT

Last publish

Collaborators

  • hemanth