Files
flights_web_raw/apps/angular/node_modules/is-generator-function/index.d.ts
T

3 lines
106 B
TypeScript

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