UNPKG

@ethereumjs/binarytree

Version:
4 lines 233 B
import { BinaryTree } from './binaryTree.ts'; import type { BinaryTreeOpts } from './types.ts'; export declare function createBinaryTree(opts?: Partial<BinaryTreeOpts>): Promise<BinaryTree>; //# sourceMappingURL=constructors.d.ts.map