Jason Butler

Results 5 comments of Jason Butler

Hello @martinDlocal, I'm not the owner of the repo and I know this is 2 years later, but in case you are interested, it is possible to get the correct...

This works for values ```typescript declare module 'z' { type Matcher = (value: U) => R type Matches = (value: U) => ( ...matchers: M ) => M extends Matcher[]...

@jimmycanosa Why would you assume that?

How about a `.spread` property? That way we can use spread in any position like in vanilla TS For tuples: ```ts const a = Rune.tuple(["a", "b", "c"]) const b =...