CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
reflectApply.js5 linesDownload Raw Back to call-bind-apply-helpers
1'use strict';2 3/** @type {import('./reflectApply')} */4module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;5