mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-03-16 06:33:12 +00:00
Adds a new package for the browser implementation of scalable data sync. Ports some of the nim implementation of bloom filter to ts. Adds protobuf definition for SDS messages.
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
import { BloomFilter } from "./bloom.js";
|
|
|
|
export { BloomFilter };
|