UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

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;