Newer
Older
vmk-demo-bot / frontend / node_modules / call-bind-apply-helpers / reflectApply.js
@eugene-sukhodolskiy eugene-sukhodolskiy 17 days ago 132 bytes init
'use strict';

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