Skip to content

gil0mendes/EL-Oxido

Repository files navigation

🦕 EL-Oxido

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

Resources