Skip to content

An attempt to make TypeScript less bad by just adding features and utilities from more good languages.

License

Notifications You must be signed in to change notification settings

halcyonnouveau/presque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

name description inspiration
result A type used for returning and propogating errors. Rust
immutable Functions/utilities for immutable data transformation. Clojure

About

An attempt to make TypeScript less bad by just adding features and utilities from more good languages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published