is-kotlin-keyword

1.0.3 • Public • Published

npm version Dependencies

is-kotlin-keyword

Determine whether a string is a Kotlin keyword.

Install

https://nodei.co/npm/is-kotlin-keyword.png

Use

// load the module
var isKotlinKeyword = require('index.js');
 
// check a keyword
isKotlinKeyword("while"); // true

Test

To execute tests, first install the project dependencies:

$ npm install | yarn install

Then, run the tests

$ npm test

Package Sidebar

Install

npm i is-kotlin-keyword

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

19.6 kB

Total Files

7

Last publish

Collaborators

  • toubou