phadej / typify

Runtime type checking for JavaScript
BSD 3-Clause "New" or "Revised" License
76 stars 7 forks source link

Add inline syntax for records #13

Closed phadej closed 10 years ago

phadej commented 11 years ago
typify.check(" { num: number } ", { num: 42 }); // true