Remove allMathOperator template and convertion script

This commit is contained in:
Alexandre Nunes 2020-09-12 17:16:24 -03:00
parent d17f15006e
commit 94333c7f0e
2 changed files with 0 additions and 5494 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +0,0 @@
const allMathOperators = require('./allMathOperators');
const allMathOperatorsByChar = allMathOperators.reduce(
(acc, val) => Object.assign({ [val.character]: val.latex }, acc),
{},
);
console.log(JSON.stringify(allMathOperatorsByChar));