gen-jhipster
Version:
VHipster - Spring Boot + Angular/React/Vue in one handy generator
8 lines (7 loc) • 475 B
TypeScript
import type CoreGenerator from '../../base-core/index.ts';
import type prettierWorker from './prettier-worker.ts';
export declare const isPrettierConfigFilePath: (filePath: string) => boolean;
export declare const createPrettierTransform: (this: CoreGenerator, options?: Omit<Parameters<typeof prettierWorker>[0], "relativeFilePath" | "filePath" | "fileContents"> & {
ignoreErrors?: boolean;
extensions?: string;
}) => Promise<import("p-transform").DuplexWithDebug>;