Files
khalij-pay/node_modules/is-generator-function/index.d.ts
2025-10-23 21:52:07 +03:30

3 lines
106 B
TypeScript

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