Files
immich-api-test/node_modules/call-bind-apply-helpers/reflectApply.js
Sockenklaus 0771297a46 more stuff
2025-07-08 17:21:03 +02:00

5 lines
132 B
JavaScript

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