Skip to content

PathRelativeToOptions type

pathlib-ts > PathRelativeToOptions

Signature:

export type PathRelativeToOptions = {
walkUp?: boolean;
extra?: {
policy?: ResolutionPolicy;
followSymlinks?: boolean;
};
};

References: ResolutionPolicy