CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.js6 linesDownload Raw Back to function-bind
1'use strict';2 3var implementation = require('./implementation');4 5module.exports = Function.prototype.bind || implementation;6