https://github.com/nozzlegear/tsmatch
A functional pattern matching implementation inspired by fsharp's match construct. Built for TypeScript.
https://github.com/nozzlegear/tsmatch
Last synced: 7 months ago
JSON representation
A functional pattern matching implementation inspired by fsharp's match construct. Built for TypeScript.
- Host: GitHub
- URL: https://github.com/nozzlegear/tsmatch
- Owner: nozzlegear
- License: mit
- Created: 2017-09-08T19:51:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T20:01:54.000Z (about 8 years ago)
- Last Synced: 2025-01-16T12:59:02.656Z (9 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsmatch
A functional pattern matching implementation inspired by fsharp's match construct. Built for TypeScript.