UNPKG

flo-ll-rb-tree

Version:

A simple left leaning red black tree implementation.

9 lines (4 loc) 178 B
import { nodeToString } from "../../src/index.js"; import { Obj } from './obj.js'; const objNodeToStr = nodeToString<Obj>(t => t.toString()); export { objNodeToStr }