blob: 38eec07ee2f101cffcbd5bc75b29e69b2b61ed92 [file] [log] [blame]
declare function isGeneratorFunction(fn: unknown): fn is GeneratorFunction;
export = isGeneratorFunction;