Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(types): add "version" export to type declaration
  • Loading branch information
jsejcksn committed May 5, 2023
1 parent 6237379 commit 96145a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -335,3 +335,5 @@ export function when<D>(f: D, config?: WhenConfig): Stubber<D>;
* @returns {Stubber}
*/
export function verify(a: any, check?: VerificationConfig): void;

export const version: string;

0 comments on commit 96145a4

Please sign in to comment.