UNPKG

@toolbox-ts/dsa

Version:
3 lines 181 B
import type { DoublyAPI, TypeKey } from "./types.js"; export declare const create: <T extends TypeKey, D>(type: T) => DoublyAPI<T, D>; //# sourceMappingURL=doublyLinkedList.d.ts.map