UNPKG

aureooms-js-type

Version:

type checking code bricks for JavaScript

10 lines (4 loc) 118 B
var isfunction = function ( value ) { return isinstance( Function, value ); }; exports.isfunction = isfunction;