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