0.1.0-alpha.0 • Published 2 years ago

presque v0.1.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

presque

deno doc npm

An attempt to make TypeScript less bad by just adding features and utilities from more good languages in a way that's close enough.

Installation/Usage

  • With Deno:
import { Err, Ok } from "https://deno.land/x/presque/lib/result.ts";
  • With Node.js:
npm i presque
import { Err, Ok } from "presque/result";

Currently Implemented

namedescriptioninspiration
resultA type used for returning and propogating errors.Rust
immutableFunctions/utilities for immutable data transformation.Clojure
0.1.0-alpha.0

2 years ago

0.0.0

2 years ago