viabiliza/node_modules/call-bind-apply-helpers/reflectApply.js
equipe desenvolvimento a499796cf7 first commit
2025-10-15 15:07:36 -03:00

5 lines
132 B
JavaScript

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