Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 7, 2024
1 parent 312ffc3 commit dd5baac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/isFunction.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type AnyFunction = (...args: unknown[]) => unknown;
export type AnyFunction = (...args: any[]) => any;
/** Returns whether the payload is a function (regular or async) */
export declare function isFunction(payload: unknown): payload is AnyFunction;

0 comments on commit dd5baac

Please sign in to comment.