UNPKG

@mintlify/prebuild

Version:

Helpful functions for Mintlify's prebuild step

6 lines (5 loc) 151 B
import { Root } from 'mdast'; export declare const pageToRss: (tree: Root) => { title: string | undefined; description: string | undefined; };