Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@shards/result

Parasrah26MIT2.2.0

Result type for javascript, not compliant with fantasyland spec

library, javascript, shard

readme

Maybe

TODO

installation

for npm:

npm i @shards/result

for yarn:

yarn add @shards/result

to require:

const Maybe = require('@shards/result').default

to import (es6 modules):

import Maybe from '@shards/result'

for node:

import Maybe from '@shards/maybe/dist/result.node.js'

usage

TODO