summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-weak-map/node_modules/es5-ext/object/is-callable.js
blob: 5d5d4b316b2a1c2b4e41e607619c10334371c4b7 (plain)
1
2
3
4
5
// Deprecated

'use strict';

module.exports = function (obj) { return typeof obj === 'function'; };