Package Exports
- ts-pattern
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ts-pattern) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Typescript Pattern
A complete pattern matching library for typescript.
Roadmap
- Narrow down to type of value in
when
if the predicate is a type guard. - Should we remove
run
, and useotherwise
instead to run the computation ? - Find a way to enforce exhaustive pattern matching