Skip to main content
type alias PathLike

Valid types for path values in "fs".

Definition

string
| Buffer
| URL
Back to top