Files
est-frame/node_modules/@mdx-js/mdx/lib/plugin/recma-stringify.d.ts
2025-10-22 05:38:27 +00:00

6 lines
516 B
TypeScript
Executable File

export function recmaStringify(this: import("unified").Processor<undefined, undefined, undefined, undefined, undefined>, parameters_0: Readonly<import("../core.js").ProcessorOptions>): void | undefined;
export type Program = import('estree-jsx').Program;
export type Processor = import('unified').Processor<undefined, undefined, undefined, Program, string>;
export type VFile = import('vfile').VFile;
export type ProcessorOptions = import('../core.js').ProcessorOptions;
//# sourceMappingURL=recma-stringify.d.ts.map