UNPKG

webforai

Version:

A library that provides a web interface for AI

3 lines (2 loc) 104 B
import type { Nodes as Mdast } from "mdast"; export declare const extractMdast: (node: Mdast) => Mdast;