function-is-callable-is-constructor.js 214 B

1234
  1. 'use strict';
  2. // https://github.com/caitp/TC39-Proposals/blob/trunk/tc39-reflect-isconstructor-iscallable.md
  3. require('../modules/esnext.function.is-callable');
  4. require('../modules/esnext.function.is-constructor');