Files
taimed/node_modules/.store/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js
2025-07-24 17:21:45 +08:00

5 lines
132 B
JavaScript

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