Kay Hwang

Results 1 comments of Kay Hwang

Also, when writing Joi code like this `Joi.array().items(Joi.string()).required().allow(null)`, it infers `(string | null)[]` but I think it would be `string[] | null`. ![image](https://user-images.githubusercontent.com/26626706/103458698-fac58000-4d4d-11eb-953c-765551e2bf08.png)