aureooms/js-regex

View on GitHub
js/src/CONST.js

Summary

Maintainability
A
0 mins
Test Coverage

let EOF = -1 ;
let NORMAL = 0 ;
let SPECIAL = 1 ;

exports.EOF = EOF ;
exports.NORMAL = NORMAL ;
exports.SPECIAL = SPECIAL ;