Files
screenshot-tools/node_modules/call-bind-apply-helpers/reflectApply.js
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

5 lines
132 B
JavaScript

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