MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / parseToJson

Function parseToJson

test/compute-engine/smoke.test.ts:22–24  ·  view source on GitHub ↗
(latex: string)

Source from the content-addressed store, hash-verified

20const ce = engine;
21
22function parseToJson(latex: string): Expression {
23 return engine.parse(latex, { form: 'raw' }).json;
24}
25
26function canonicalToJson(latex: string): Expression {
27 return engine.parse(latex).json;

Callers 1

smoke.test.tsFile · 0.85

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected