Skip to content

teobais/is-kotlin-keyword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Check if the provided string is a Kotlin keyword

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published