UNPKG

superminhash

Version:

TypeScript implementation of the SuperMinHash algorithm for Jaccard similarity estimation

6 lines (5 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SuperMinHash = void 0; var superminhash_1 = require("./superminhash"); Object.defineProperty(exports, "SuperMinHash", { enumerable: true, get: function () { return superminhash_1.SuperMinHash; } });