Search results

argv0 :: Effect String

The process.argv0 property stores a read-only copy of the original value of argv[0] passed when Node.js starts.

P purescript-node-process M Node.Process
cwd :: Effect (String)

Get the current working directory of the process.

P purescript-node-process M Node.Process
execPath :: Effect (String)

The absolute pathname of the node executable that started the process.

P purescript-node-process M Node.Process
getTitle :: Effect (String)

The process.title property returns the current process title (i.e. returns the current value of ps).

P purescript-node-process M Node.Process
getHash :: Effect String

Gets the global location hash.

P purescript-routing M Routing.Hash
homedir :: Effect String

Returns the string path of the current user's home directory.

P purescript-node-os M Node.OS
hostname :: Effect String

Returns the host name of the operating system as a string.

P purescript-node-os M Node.OS
machine :: Effect String
P purescript-node-os M Node.OS
release :: Effect String

Returns the operating system as a string.

P purescript-node-os M Node.OS
tmpdir :: Effect String

Returns the operating system's default directory for temporary files as a string.

P purescript-node-os M Node.OS
type_ :: Effect String

Returns the operating system name as returned by uname(3). For example, it returns 'Linux' on Linux, 'Darwin' on macOS, and 'Windows_NT' on Windows.

P purescript-node-os M Node.OS
version :: Effect String

Returns a string identifying the kernel version.

P purescript-node-os M Node.OS
generatedSessionID :: Effect String
P purescript-hyper M Hyper.Node.Session.InMemory
jsColon :: Effect String
P purescript-node-execa M Node.Library.Execa.Which
name :: Effect String
P purescript-web-workers M Web.Worker.DedicatedWorkerGlobalScope
name :: Effect String
P purescript-web-workers M Web.Worker.SharedWorkerGlobalScope
randomColor_ :: Effect String
P purescript-gojs M GoJS.Geometry.Brush.Static
readSync :: Effect String
P purescript-clipboardy M Clipboardy
useIdImpl :: Effect String
P purescript-react-aria M React.Aria.Utils
genAlphaLowercaseString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using lowercase characters from the basic Latin alphabet.

P purescript-strings M Data.String.Gen
genAlphaString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using characters from the basic Latin alphabet.

P purescript-strings M Data.String.Gen
genAlphaUppercaseString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using uppercase characters from the basic Latin alphabet.

P purescript-strings M Data.String.Gen
genAsciiString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using the ASCII character set, excluding control codes.

P purescript-strings M Data.String.Gen
genAsciiString' :: forall m. MonadRec m => MonadGen m => m String

Generates a string using the ASCII character set.

P purescript-strings M Data.String.Gen
genDigitString :: forall m. MonadRec m => MonadGen m => m String

Generates a string made up of numeric digits.

P purescript-strings M Data.String.Gen
genUnicodeString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using characters from the Unicode basic multilingual plain.

P purescript-strings M Data.String.Gen
exit :: forall a. Effect a

Cause the process to exit immediately without completing any pending asynchronous operations including I/O operations to process.stdout and process.stderr. Process will exit with the process.exitCode value if it has been set or 0 (i.e. exit successfully) otherwise.

Rather than using this function to exit, one should set process.exitCode and let Node gracefully exit once all pending asynchronous operations have completed. If it is necessary to terminate the Node.js process due to an error condition, throwing an uncaught error and allowing the process to terminate accordingly is safer than calling process.exit().

P purescript-node-process M Node.Process
getFont :: forall m. MonadCanvasAction m => m String
P purescript-canvas-action M Graphics.CanvasAction
toDataUrl :: forall m. MonadCanvasAction m => m String

Create a data URL for the current canvas contents

P purescript-canvas-action M Graphics.CanvasAction
randomEff :: forall a. Random a => Effect a
P purescript-pseudo-random M Random.PseudoRandom
html :: forall m. Testable m => m String

Returns HTML representation of the current-context element.

P purescript-elmish-testing-library M Elmish.Test.Query
initialRouter :: forall a. Router a => Effect a
P purescript-grain-router M Grain.Router
nearestEnclosingReactComponentName :: forall m. Testable m => m String
P purescript-elmish-testing-library M Elmish.Test.Query
readLine :: forall m eff. MonadAff (readline :: READLINE | eff) m => MonadAsk Interface m => m String

Read a single line from input.

P purescript-line-reader M LineReader
tagName :: forall m. Testable m => m String

Returns the tag name of the current-context element.

P purescript-elmish-testing-library M Elmish.Test.Query
text :: forall m. Testable m => m String

Returns full inner text of the current-context element.

P purescript-elmish-testing-library M Elmish.Test.Query
bottom :: forall a. Bounded a => a
P purescript-prelude M Data.Bounded
ff :: forall a. HeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra
genericBottom :: forall a rep. Generic a rep => GenericBottom rep => a

A Generic implementation of the bottom member from the Bounded type class.

P purescript-prelude M Data.Bounded.Generic
genericBottom' :: forall a. GenericBottom a => a
P purescript-prelude M Data.Bounded.Generic
genericFF :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a

A Generic implementation of the ff member from the HeytingAlgebra type class.

P purescript-prelude M Data.HeytingAlgebra.Generic
genericFF' :: forall a. GenericHeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra.Generic
genericMempty :: forall a rep. Generic a rep => GenericMonoid rep => a

A Generic implementation of the mempty member from the Monoid type class.

P purescript-prelude M Data.Monoid.Generic
genericMempty' :: forall a. GenericMonoid a => a
P purescript-prelude M Data.Monoid.Generic
genericOne :: forall a rep. Generic a rep => GenericSemiring rep => a

A Generic implementation of the one member from the Semiring type class.

P purescript-prelude M Data.Semiring.Generic
genericOne' :: forall a. GenericSemiring a => a
P purescript-prelude M Data.Semiring.Generic
genericTop :: forall a rep. Generic a rep => GenericTop rep => a

A Generic implementation of the top member from the Bounded type class.

P purescript-prelude M Data.Bounded.Generic
genericTop' :: forall a. GenericTop a => a
P purescript-prelude M Data.Bounded.Generic
genericTT :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a

A Generic implementation of the tt member from the HeytingAlgebra type class.

P purescript-prelude M Data.HeytingAlgebra.Generic
genericTT' :: forall a. GenericHeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra.Generic