mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-09 19:44:56 +02:00
6 lines
516 B
TypeScript
6 lines
516 B
TypeScript
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
|