JS-Type-check indefinido ou string

typeCheck('{x: Number, y: Maybe Boolean}', {x: 2});                 // true
florinrelea