UNPKG

jsmodern

Version:

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

9 lines 295 B
import { PrototypeStruct } from '..'; export declare type IsAsyncFunctionFn = (x: any) => boolean; export declare const isAsyncFunction: PrototypeStruct; declare global { interface Function { isAsyncFunction: IsAsyncFunctionFn; } } //# sourceMappingURL=is-async-function.d.ts.map