FaktenZahl/backend/node_modules/call-bind-apply-helpers/reflectApply.js
Marc Wieland 3489892120 First
2025-06-16 16:09:54 +02:00

5 lines
132 B
JavaScript

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