Files
n8n-nodes-gwezz-changdunovel/node_modules/is-generator-function/index.d.ts
2025-10-26 23:10:15 +08:00

3 lines
106 B
TypeScript

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