Initial Save
This commit is contained in:
9
node_modules/is-async-function/index.d.ts
generated
vendored
Normal file
9
node_modules/is-async-function/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { AsyncFunction } from 'async-function';
|
||||
|
||||
declare namespace isAsyncFunction {
|
||||
export type { AsyncFunction };
|
||||
}
|
||||
|
||||
declare function isAsyncFunction(fn: unknown): fn is AsyncFunction;
|
||||
|
||||
export = isAsyncFunction;
|
||||
Reference in New Issue
Block a user