Skip to content

Commit 11ed7a6

Browse files
committed
Add generated docs
1 parent be25cc5 commit 11ed7a6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Module Documentation
2+
3+
## Module Node.Path
4+
5+
### Types
6+
7+
type FilePath = String
8+
9+
10+
### Values
11+
12+
basename :: FilePath -> FilePath
13+
14+
basenameWithoutExt :: FilePath -> FilePath -> FilePath
15+
16+
delimiter :: String
17+
18+
dirname :: FilePath -> FilePath
19+
20+
extname :: FilePath -> FilePath
21+
22+
join :: FilePath -> FilePath -> FilePath
23+
24+
normalize :: FilePath -> FilePath
25+
26+
relative :: FilePath -> FilePath -> FilePath
27+
28+
resolve :: [FilePath] -> FilePath -> FilePath
29+
30+
sep :: String

0 commit comments

Comments
 (0)