UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

7 lines 193 B
/** * Returns true if `x` is an async function. * * @param x */ export declare const isAsyncFunction: <T extends Function>(x: any) => x is T; //# sourceMappingURL=is-async-function.d.ts.map