CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo 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