UNPKG

aux-dbf

Version:

DBF for price PSM

9 lines (8 loc) 231 B
import { NodeIndex } from "./NodeIndex"; export declare class BTree { private root; constructor(); search(key: number): NodeIndex; insert(key: number, adress: number, leaf?: NodeIndex): void; private _search; }