index.d.ts 106 B

123
  1. declare function isGeneratorFunction(fn: unknown): fn is GeneratorFunction;
  2. export = isGeneratorFunction;