UNPKG

mathup

Version:

Easy MathML authoring tool with a quick to write syntax

5 lines 290 B
export default function operatorScanner(char: string, input: string, state: import("./index.js").State, options: import("./index.js").Options): (import("./index.js").Token & { end: number; }) | null; export type Token = import("./index.js").Token; //# sourceMappingURL=operator.d.ts.map