Module

Node.Library.Execa.IsExe

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

#IsExeOptions Source

type IsExeOptions = { gid :: Maybe Int, ignoreErrors :: Boolean, pathExt :: Maybe String, uid :: Maybe Int }