Files
Botexercito/Frontend/angular-internal-chat/node_modules/call-bind-apply-helpers/reflectApply.js

5 lines
132 B
JavaScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
'use strict';
/** @type {import('./reflectApply')} */
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;