UNPKG

@dstanesc/o-o-o-o-o-o-o

Version:

O-O-O-O-O-O-O is a collection of content addressed persistent data structures

7 lines 263 B
import { IndexedValue, Link } from './types'; interface IndexStore { indexCreate: (values: IndexedValue[]) => Promise<Link>; indexSearch: (link: Link, value: any) => Promise<IndexedValue>; } export { IndexStore }; //# sourceMappingURL=index-store.d.ts.map