aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/call-bind-apply-helpers/reflectApply.js
blob: 3d03caa695a5dd65a5aebbd2819621e757bda420 (plain)
1
2
3
4
'use strict';

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