UNPKG

aureooms-js-type

Version:

type checking code bricks for JavaScript

10 lines (4 loc) 107 B
var isundefined = function ( obj ) { return obj === undefined; }; exports.isundefined = isundefined;