UNPKG

webforai

Version:

A library that provides a web interface for AI

5 lines (4 loc) 229 B
import type { Nodes as Mdast, RootContent } from "mdast"; export declare const mdastSplitter: (mdast: Mdast, checker: (markdown: string) => Promise<boolean>, _options?: { signal?: AbortSignal; }) => Promise<RootContent[][]>;