IsCallable.js 108 B

12345
  1. 'use strict';
  2. // http://262.ecma-international.org/5.1/#sec-9.11
  3. module.exports = require('is-callable');