]> git.r.bdr.sh - rbdr/dotfiles/blob
ab4399ce25e98b6fb481ee16d2b0eededbc4c516
[rbdr/dotfiles] /
1 'use strict';
2
3 var toString = Object.prototype.toString
4
5 , id = toString.call(require('./noop'));
6
7 module.exports = function (f) {
8 return (typeof f === "function") && (toString.call(f) === id);
9 };