Olian04 / simply-result-util

Monadic utility functions using the simply-result package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest released version Minified and gzipped bundle size Type support CI status Code coverage Downloads from NPM MIT licensed

simply-result-util

Provides monadic utility functions using the simply-result package.

Installation

NPM

npm i simply-result-util

import {
    Try, TryAsync, Get, Find,
    transpose, flatten, 
    fromPromise,
    marshal, unmarshalOption, unmarshalResult
} from 'simply-result-util';

About

Monadic utility functions using the simply-result package.

License:MIT License


Languages

Language:TypeScript 94.8%Language:JavaScript 5.2%