JS TYPE-Check tidak ditentukan atau string

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