An open API service indexing awesome lists of open source software.

https://github.com/micheleriva/std

My personal TypeScript and JavaScript standard library
https://github.com/micheleriva/std

Last synced: 6 months ago
JSON representation

My personal TypeScript and JavaScript standard library

Awesome Lists containing this project

README

          

# My personal JavaScript/TypeScript standard library

[![Build Status](https://github.com/micheleriva/std/actions/workflows/coverage.yml/badge.svg?branch=main)](https://github.com/micheleriva/std/actions/workflows/coverage.yml)
[![codecov](https://codecov.io/gh/micheleriva/std/branch/main/graph/badge.svg?token=9J4v8p0hSI)](https://codecov.io/gh/micheleriva/std)

After some time playing around with Haskell, I miss some of its straightforward functions in the default JavaScript std library. So I'm translating a small portion of Prelude into TypeScript.

# License
[MIT](/LICENSE.md)