3 lines
106 B
TypeScript

declare function isGeneratorFunction(fn: unknown): fn is GeneratorFunction;
export = isGeneratorFunction;