UNPKG

@toolbox-ts/dsa

Version:
5 lines 266 B
import { Singly } from "./singly/index.js"; import { Doubly } from "./doubly/index.js"; /** Factory object for creating singly or doubly linked node managers. */ export const create = { singly: Singly.create, doubly: Doubly.create }; //# sourceMappingURL=node.js.map