PathIsRelativeToReturn type
pathlib-ts > PathIsRelativeToReturn
PathIsRelativeToReturn type
Section titled “PathIsRelativeToReturn type”Signature:
export type PathIsRelativeToReturn<Options extends PathOptionsArg<PathIsRelativeToOptions>> = ExtractPolicy<Options> extends "auto" ? Promise<boolean> : boolean;References: PathOptionsArg, PathIsRelativeToOptions, ExtractPolicy