An open API service indexing awesome lists of open source software.

https://github.com/gil0mendes/el-oxido

Base Monads for Deno | Mirror of https://gitlab.com/elementarium/el-monads
https://github.com/gil0mendes/el-oxido

deno monads typescript

Last synced: 2 months ago
JSON representation

Base Monads for Deno | Mirror of https://gitlab.com/elementarium/el-monads

Awesome Lists containing this project

README

          

# 🦕 EL-Oxido

Base Monads for [Deno](https://deno.land).

---

## Features

This is a list of features currently implemented by this library:

- Option type
- Result type
- Panic functions

## Usage

```typescript
import { Option } from "https://deno.land/x/oxido@{VERSION}/mod.ts";
```

## Test

```bash
# unit tests
deno test
```

## Format code

```bash
deno fmt **/*.ts
```

## Resources

- [Deno Website](https://deno.land)
- [Deno Style Guide](https://deno.land/std/style_guide.md)
- [Deno Gitter](https://gitter.im/denolife/Lobby)