Skip to content
pathlib-ts
Search
Ctrl
K
Cancel
Select theme
Dark
Light
Auto
Guide
Overview
Getting Started
API Reference
Usage Patterns
Caveats & Gotchas
Reference
API Overview
Path
PathInfo
DirEntryInfo
PosixPath
WindowsPath
PurePath
PathParents
PurePosixPath
PureWindowsPath
Select theme
Dark
Light
Auto
PathOptionsArg type
pathlib-ts
>
PathOptionsArg
PathOptionsArg type
Section titled “PathOptionsArg type”
Signature:
export
type
PathOptionsArg<
T
>
=
T
|
undefined
;