GeneratorFn type exported
Last updated: 2026-03-03T18:48:07.252Z
Location
Metrics
LOC: 1
Complexity: 1
Params: 0
Signature
type GeneratorFn
Summary
Function signature for synchronous data generators.
Source Code
export type GeneratorFn = () => string;
Dependencies (Outgoing)
No incoming dependencies.