📄 is-constructor.js
/home/palash/git/site/node_modules/core-js/full/function/is-constructor.js
Language: js • Lines: 5
'use strict';
require('../../modules/esnext.function.is-constructor');
var path = require('../../internals/path');

module.exports = path.Function.isConstructor;