Module
Node.FS
- Package
- purescript-node-fs
- Repository
- purescript-node/purescript-node-fs
#FileDescriptor Source
data FileDescriptor :: Type
#fileFlagsToNode Source
fileFlagsToNode :: FileFlags -> String
Convert a FileFlags
to a String
in the format expected by the Node.js
filesystem API.
#FilePosition Source
type FilePosition = Int
#BufferLength Source
type BufferLength = Int
#BufferOffset Source
type BufferOffset = Int
#SymlinkType Source
#symlinkTypeToNode Source
symlinkTypeToNode :: SymlinkType -> String
Convert a SymlinkType
to a String
in the format expected by the
Node.js filesystem API.