UNPKG

@mintlify/prebuild

Version:

Helpful functions for Mintlify's prebuild step

3 lines (2 loc) 318 B
export declare const preparseMdx: (fileContent: string, contentDirectoryPath: string, filePath: string, suppressErrLog?: boolean) => Promise<string>; export declare const preparseMdxTree: (fileContent: string, contentDirectoryPath: string, filePath: string, suppressErrLog?: boolean) => Promise<import("mdast").Root>;