Remove allMathOperator template and convertion script
This commit is contained in:
parent
d17f15006e
commit
94333c7f0e
File diff suppressed because it is too large
Load Diff
@ -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));
|
Loading…
Reference in New Issue
Block a user