UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

11 lines 327 B
import type { PrototypeStruct } from '../index.js'; interface IsGeneratorFunction { isGeneratorFunction(x: any): boolean; } export declare const isGeneratorFunction: PrototypeStruct; declare global { interface Function extends IsGeneratorFunction { } } export {}; //# sourceMappingURL=is-generator-function.d.ts.map