Files
PasswordManager/node_modules/call-bind-apply-helpers/reflectApply.js
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

5 lines
132 B
JavaScript

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