Skip to content

andreypopp/purescript-node-path

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module Documentation

Module Node.Path

Types

type FilePath  = String

Values

basename :: FilePath -> FilePath

basenameWithoutExt :: FilePath -> FilePath -> FilePath

delimiter :: String

dirname :: FilePath -> FilePath

extname :: FilePath -> FilePath

join :: [FilePath] -> FilePath

normalize :: FilePath -> FilePath

relative :: FilePath -> FilePath -> FilePath

resolve :: [FilePath] -> FilePath -> FilePath

sep :: String

About

Type declarations for Node's Path module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 86.2%
  • JavaScript 13.8%