Checks if the given token is an ES keyword.
npm install is-keyword> Checks if the given token is an ES keyword.
``sh`
$ npm install --save is-keyword
`sh`
$ bower install --save is-keyword
`sh`
$ component install hemanth/is-keyword
##### Node.js
`js``
var isKeyword = require('is-keyword');
isKeyword('let');
//=> true
MIT © Hemanth.HM