Skip to content

Commit 644a29b

Browse files
committed
Update docs
1 parent 20b1aa1 commit 644a29b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Node/Path.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,12 @@ delimiter :: String
9393

9494
The platform-specific path delimiter, `;` or `:`.
9595

96+
#### `parse`
97+
98+
``` purescript
99+
parse :: String -> { root :: String, dir :: String, base :: String, ext :: String, name :: String }
100+
```
101+
102+
Parse a path into components.
103+
96104

0 commit comments

Comments
 (0)