We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be25cc5 commit 11ed7a6Copy full SHA for 11ed7a6
README.md
@@ -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