mathup
Version:
Easy MathML authoring tool with a quick to write syntax
11 lines • 485 B
TypeScript
export { default as unhandled } from "./unhandled.js";
declare const _default: (typeof space)[];
export default _default;
export type Options = Required<import("../index.js").TokenizerOptions>;
export type State = import("../index.js").State;
export type Token = import("../index.js").Token;
export type Scanner = (char: string, input: string, state: State, options: Options) => (Token & {
end: number;
}) | null;
import space from "./space.js";
//# sourceMappingURL=index.d.ts.map