Files

3 lines
110 B
TypeScript

declare function getGeneratorFunction(): GeneratorFunctionConstructor | false;
export = getGeneratorFunction;