UNPKG

103 BJavaScriptView Raw
1'use strict';
2
3// Reserved keywords not allowed to use in the parser
4
5module.exports = {
6 end: true
7};
\No newline at end of file