mathjs/lib/expression/keywords.js

5 lines
88 B
JavaScript

// Reserved keywords not allowed to use in the parser
module.exports = {
end: true
};