31.1.0 • Published 4 years ago

@qio/prelude v31.1.0

Weekly downloads
66
License
ISC
Repository
github
Last release
4 years ago

Build Status npm

A type-safe, functional, performant, lawful, composable data structure that solves practical problems of effect-full code in node and browser.

Usage

import {QIO, defaultRuntime} from '@qio/core'

const putStrLn = QIO.encase(console.log)

const program = putStrLn('Hello World')

defaultRuntime().unsafeExecute(program)

For more complex use cases checkout the website.

Packages

PackageDescriptionVersion
@qio/preludeThe base library that's used internally by all the QIO based packages.npm
@qio/coreThe core effect management library library.npm
@qio/streamPurely functional streaming capabilities built on top of QIO.npm
@qio/consoleQIO based bindings to read and write to the terminal.npm
@qio/httpQIO based binding to manage HTTP request/responses safely.npm
@qio/fsQIO based binding to manage HTTP request/responses safely.npm
31.1.0

4 years ago

31.0.0

4 years ago

30.0.0

4 years ago

29.0.5

4 years ago

29.0.4

4 years ago

29.0.3

4 years ago

29.0.1

4 years ago

29.0.0

4 years ago

28.1.2

4 years ago

28.0.3

4 years ago

28.0.0

4 years ago

27.0.4

4 years ago

27.0.0

4 years ago

26.0.0

5 years ago

25.0.0

5 years ago

24.0.0

5 years ago

23.0.0

5 years ago

22.0.2

5 years ago

22.0.0

5 years ago

21.0.0

5 years ago

20.0.4

5 years ago