1.0.2 • Published 7 years ago
sql92-operators v1.0.2
SQL92-keywords
is the list of operators in SQL92 specification
Installation | Usage | License
Installation
With npm do
npm install sql92-operators
Usage
Get operators list.
const operators = require('sql92-operators')
operators.indexOf('+') > -1 // true