UNPKG

@rshirohara/repixe-parse

Version:
6 lines 266 B
import type { PxastContent, Root } from "@rshirohara/pxast"; type PxastNode = PxastContent | Root; type Postprocessor<T extends PxastNode> = (node: T) => T; export declare const postprocess: Postprocessor<Root>; export {}; //# sourceMappingURL=postprocessor.d.ts.map