@rshirohara/repixe-rekurke
Version:
repixe plugin that turns pixiv novel format into kakuyomu novel format to support rekurke.
10 lines • 319 B
TypeScript
export interface Options {
preserveUnmatchedSyntax?: boolean;
}
interface InternalOptions {
preserveUnmatchedSyntax: boolean;
}
export declare const defaultOptions: InternalOptions;
export declare function buildOptions(options?: Options | null): InternalOptions;
export {};
//# sourceMappingURL=options.d.ts.map