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
- Host: GitHub
- URL: https://github.com/gil0mendes/el-oxido
- Owner: gil0mendes
- Created: 2021-02-01T22:54:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T14:16:55.000Z (about 5 years ago)
- Last Synced: 2025-03-24T11:56:03.753Z (over 1 year ago)
- Topics: deno, monads, typescript
- Language: TypeScript
- Homepage: https://gitlab.com/elementarium/el-monads
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)