UNPKG

mdxlayer

Version:

Transform your MDX content into typed, JSON-powered data with flexible schema validation.

3 lines (2 loc) 139 B
import { Config } from '../types/index.js'; export declare const processMDX: (options: Config["options"], raw: string) => Promise<string>;