Module
PhantomJS.Stream
- Package
- purescript-phantom
- Repository
- purescripters/purescript-phantom
This module defines types and functions for working with file streams.
#StreamSettings Source
#withSettings Source
withSettings :: FileMode -> Encoding -> StreamSettingsHelper for creating a StreamSettings type
#open Source
open :: forall e. FilePath -> StreamSettings -> PhantomFSAff e StreamOpen a file stream
#writeLine Source
writeLine :: forall e. Stream -> String -> PhantomFSAff e UnitWrite a line to a file stream