Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cshaa/over.ts

Light, performant and convenient function overloading for TypeScript
https://github.com/cshaa/over.ts

Last synced: about 2 months ago
JSON representation

Light, performant and convenient function overloading for TypeScript

Awesome Lists containing this project

README

        

# over.ts
A minimalistic TypeScript library which provides a convenient way to implement overloaded functions. Inspired by [`typed-function`](https://github.com/josdejong/typed-function/), over.ts uses a similar syntax, but unlike typed-function and most of its alternatives, over.ts also produces a function with the correct TypeScript types.