Module

Node.Library.Execa.Which

Package
purescript-node-execa
Repository
jordanmartinez/purescript-node-execa

#WhichOptions Source

type WhichOptions = { all :: Boolean, colon :: Maybe String, path :: Maybe String, pathExt :: Maybe String }

#WhichPathInfo Source

type WhichPathInfo = { pathEnv :: Array String, pathExt :: Array String, pathExtExe :: String }

#getNotFoundError Source

#quotedRegex Source

#dotSlashRegex Source