pattern-matching-ts icon indicating copy to clipboard operation
pattern-matching-ts copied to clipboard

⚡ Pattern Matching in Typescript

Results 2 pattern-matching-ts issues
Sort by recently updated
recently updated
newest added

I'm working on a NodeJS application written in TypeScript. All my source TS files are being compiled and outputted with the CommonJS require/module.exports format. I am trying to start using...

help wanted

Sometimes the name of the tag can be used as the lookup value in the struct. It's similar to `fromSum` in `io-ts/Encoder`. It basically looks up the value from the...

enhancement