UNPKG

aureooms-js-type

Version:

type checking code bricks for JavaScript

10 lines (4 loc) 102 B
var isdate = function ( value ) { return isinstance( Date, value ); }; exports.isdate = isdate;