Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #515 from jsejcksn/patch-1
feat(types): add "version" export to type declaration
  • Loading branch information
searls committed May 5, 2023
2 parents 6237379 + 96145a4 commit 373590b
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 373590b

Please sign in to comment.