Skip to content

Commit

Permalink
fix(types): replace VoidFunction type;
Browse files Browse the repository at this point in the history
- Closes #89
  • Loading branch information
lukeed committed Feb 2, 2021
1 parent 5659d8e commit 1d75357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Expand Up @@ -13,7 +13,7 @@ declare namespace uvu {
skip(name?: string, test?: Callback<T>): void;
before: Hook<T>;
after: Hook<T>
run(): VoidFunction;
run(): () => void;
}
}

Expand Down

0 comments on commit 1d75357

Please sign in to comment.