CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
index.js9 linesDownload Raw Back to hasown
1'use strict';2 3var call = Function.prototype.call;4var $hasOwn = Object.prototype.hasOwnProperty;5var bind = require('function-bind');6 7/** @type {import('.')} */8module.exports = bind.call(call, $hasOwn);9