UNPKG

tcomb

Version:

Type checking and DDD for JavaScript

3 lines 78 B
module.exports = function isFunction(x) { return typeof x === 'function'; };