UNPKG

rubico

Version:

[a]synchronous functional programming

12 lines (11 loc) 260 B
export = isGeneratorFunction; /** * @name isGeneratorFunction * * @synopsis * isGeneratorFunction(value any) -> boolean * * @description * Determine whether a value is a generator function. */ declare function isGeneratorFunction(value: any): boolean;