UNPKG

65 BJavaScriptView Raw
1exports.MATCH_MODE = {
2 WARN: 'warn',
3 STRICT: 'strict'
4};