WIP leverage https://github.com/hapijs/joi something like this ```js const x = {a:123, b: "x"} const T = new Typedefs(` type Foo = a : Int * b : String `) xT = T.foo.validate(x) ```