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