projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ab4399ce25e98b6fb481ee16d2b0eededbc4c516
[platform/framework/web/crosswalk-tizen.git]
/
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
};