UNPKG

webforai

Version:

A library that provides a web interface for AI

5 lines (4 loc) 265 B
import type { Nodes as Mdast, RootContent } from "mdast"; export declare const unwarpRoot: (mdast: Mdast) => RootContent[]; export declare const warpRoot: (mdast: RootContent[] | Mdast) => Mdast; export declare const internalType: (content: RootContent) => string;