interface GenSource<E>
undocumented
Type parameters
| Name | Description |
|---|---|
| E | undocumented |
Properties
Methods
forEach
undocumented
forEachDefinition
forEach(f: (entry: E, index: number, halt: () => void) => void, options?: {
state?: TraverseState;
}): void;
Parameters
| Name | Type | Description |
|---|---|---|
f | (entry: E, index: number, halt: () => void) => void | |
options | {state?: TraverseState;} |