Sign in
chromium
/
devtools
/
devtools-frontend
/
c40b51a7fcf20ce04022a0f5cbfc957ee9e1aaed
/
.
/
node_modules
/
call-bind-apply-helpers
/
reflectApply.js
blob: 3d03caa695a5dd65a5aebbd2819621e757bda420 [
file
] [
log
] [
blame
]
'use strict'
;
/** @type {import('./reflectApply')} */
module
.
exports
=
typeof
Reflect
!==
'undefined'
&&
Reflect
&&
Reflect
.
apply
;