CoolFace
Apppublic

opusdev/vector-similarity-api

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