Files
wechatpay-enterprise-web/node_modules/core-js/proposals/function-is-callable-is-constructor.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

5 lines
214 B
JavaScript

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