CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y 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