4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
/** @type {Construct} */
|
|
export const mathFlow: Construct;
|
|
import type { Construct } from 'micromark-util-types';
|