typescript+matchtypescriptmatch
match consumer examples
How a TypeScript app uses @danrabydev/match ^0.3.1: exhaustive Status.match, one ApiResult namespace, peek-then-match, merge, and diagnostics on Error. No _ hatch.
jsonapp/package.json
{
"name": "match-consumer-app",
"private": true,
"type": "module",
"dependencies": {
"@danrabydev/match": "^0.3.1"
}
}