UNPKG

gen-jhipster

Version:

VHipster - Spring Boot + Angular/React/Vue in one handy generator

9 lines (8 loc) 288 B
/** * Detect the file first line endings */ export declare function detectCrLf(filePath: string): Promise<boolean | undefined>; declare const autoCrlfTransform: ({ baseDir }: { baseDir: string; }) => Promise<import("p-transform").DuplexWithDebug>; export default autoCrlfTransform;