UNPKG

dir-compare

Version:
9 lines 291 B
import { DifferenceType, Entry } from ".."; export type OptionalEntry = Entry | undefined; export declare const EntryType: { /** * One of 'missing','file','directory','broken-link' */ getType(entry: OptionalEntry): DifferenceType; }; //# sourceMappingURL=EntryType.d.ts.map