Repository
Current version released
4 years ago
Dependencies
std
Versions
🦕 EL-Monads
Base Monads for Deno.
Features
This is a list of features currently implemented by this library:
- Option type
- Result type
- Panic functions
Usage
import { Option } from "https://deno.land/x/oxido@{VERSION}/mod.ts";
Test
# unit tests
deno test
Format code
deno fmt **/*.ts