ken_nogi/NodeJS/LINEWORKS_Pleasanter/node_modules/call-bind-apply-helpers/reflectApply.js
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

5 lines
132 B
JavaScript

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