Files
AIEC_Skills/requirement-web/node_modules/call-bind-apply-helpers/reflectApply.js
闫旭隆 202d1cb5ba 20260109
2026-01-09 11:22:42 +08:00

5 lines
132 B
JavaScript

'use strict';
/** @type {import('./reflectApply')} */
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;