Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cshaa/over.ts
- Owner: cshaa
- Created: 2022-08-09T12:38:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T12:40:56.000Z (over 2 years ago)
- Last Synced: 2024-10-14T19:38:28.617Z (3 months ago)
- Language: TypeScript
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.