UNPKG

lazzy.ts

Version:

Fast and lightweight library for lazy operations with iterable objects.

3 lines 164 B
import { Node } from "./node"; export declare function dfs<T>(node: Node<T>, descending?: boolean): Generator<T, void, undefined>; //# sourceMappingURL=dfs.d.ts.map