UNPKG

ut-tools

Version:

Build and Release management automation package.

9 lines (6 loc) 222 B
import type { AsyncFunction } from 'async-function'; declare namespace isAsyncFunction { export type { AsyncFunction }; } declare function isAsyncFunction(fn: unknown): fn is AsyncFunction; export = isAsyncFunction;