Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Inalegwu committed Sep 16, 2024
1 parent 780e5d7 commit e838777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// deno-lint-ignore-file no-explicit-any
import { err, ok, type Result, ResultAsync } from "npm:[email protected]";

/**
* Type signature for the function being passed
* into makeSafeFunction
**/
export type AnyFunction = (...args: any[]) => any;

/**
Expand Down

0 comments on commit e838777

Please sign in to comment.