UNPKG

sketch-wasm

Version:

Probabilistic data structures for TypeScript/Node.js via WebAssembly

7 lines (6 loc) 331 B
import * as wasm from '../pkg/sketch_wasm'; export declare const BloomFilter: typeof wasm.BloomFilter; export declare const HyperLogLog: typeof wasm.HyperLogLog; export declare const CountMinSketch: typeof wasm.CountMinSketch; export declare const HeavyKeeper: typeof wasm.HeavyKeeper; export declare const init: typeof wasm.init;