0.0.1 • Published 11 months ago
arccode-keyword-thresholds v0.0.1
language-keywords
A collection of keywords for various programming languages.
Installation
npm install language-keywords
Usage
import { ruby } from 'language-keywords';
console.log(ruby); // ['alias', 'and', 'begin', ...]
Supported Languages
- C
- C++
- C#
- Go
- Java
- JavaScript
- PHP
- Python
- Ruby
- TypeScript
License
MIT License