UNPKG

i2bplustree

Version:

A package to implement the Improved Interval B+ tree, in TypeScript

8 lines (7 loc) 228 B
export * from './IBplusNode'; export * from './IBplusInternalNode'; export * from './IBplusLeafNode'; export * from './Interval'; export * from './FlatInterval'; export * from './CompoundInterval'; export * from './IBplusTree';