UNPKG

@rshirohara/repixe-rekurke

Version:

repixe plugin that turns pixiv novel format into kakuyomu novel format to support rekurke.

7 lines 328 B
import type { KkastContent, Root } from "@rshirohara/kkast"; import type { Options } from "./options.js"; type KkastNode = KkastContent | Root; type Postprocessor<T extends KkastNode> = (node: T, option: Options) => T; export declare const postprocess: Postprocessor<Root>; export {}; //# sourceMappingURL=postprocessor.d.ts.map