is-callable.js 156 B

12345
  1. 'use strict';
  2. require('../../modules/esnext.function.is-callable');
  3. var path = require('../../internals/path');
  4. module.exports = path.Function.isCallable;