Luke Belbina
Results
2
issues of
Luke Belbina
Consder the following code: ```javascript export const ExampleSchema = Joi.object({ a: Joi.allow(1).required(), }).meta({ className: 'Example' });` // This generates what I would expect on the TS interface side: export interface...
bug
On the readme it says there are windows binaries on the releases but I noticed after 1.0 there are no longer windows binaries. Do you know if this is a...
enhancement