Files
LearnNode/node-course/node_modules/micromark-extension-math/lib/math-flow.d.ts
T
2026-08-06 12:00:39 +10:00

4 lines
114 B
TypeScript

/** @type {Construct} */
export const mathFlow: Construct;
import type { Construct } from 'micromark-util-types';