Elton Lobo
Elton Lobo
> Does not seem to be working or I am doing something worng here? > > https://www.typescriptlang.org/play?#code/C4TwDgpgBAMghgZ2AHgCpQgD2BAdgEwSjlxAG0BdAPigF4oySQAaKAOg9QrNTICIANngDmwABZ8KFANwAoWQGMA9riRQARnABOALliIUSLQEtcwyjXoAWaUA `type Last = [T extends (infer NT)[] ? NT : never, ...T][T["length"]];` should...
Why does the Pop type in the code doesn't assign Test a type of `number[]`? ` type Pop = T extends [... infer NT, unknown] ? NT : []; type...
@fabian-hiller Hi! I would like to work on `includes` validation. I have read the new implementation of `minLength` and the old implementation of `includes`. I think I have a decent...
@fabian-hiller I would like to work on `excludes`.
@fabian-hiller I would like to work on `bytes` and `notBytes` (validations).
@fabian-hiller I have completed `bytes` and `notBytes` at #517 . I would like to work on `minSize` and `maxSize` validations next.
@fabian-hiller I have completed `minSize` and `maxSize` at #521 . I would like to work on `email` validation next.
@fabian-hiller I have completed `email` at #528 . I would like to work on `hexColor` and `hexdecimal` validations next.
@fabian-hiller Hi! Can I work on documenting `booleanAsync`, `stringAsync` & `numberAsync`? If yes, can you update the table?
Hi @fabian-hiller! I would like to work on documenting `customAsync`, `arrayAsync` and `mapAsync`.