Skip to content

Commit

Permalink
feat: better type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 7, 2022
1 parent 698215e commit 52e95a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types/util/assert.d.ts
Expand Up @@ -2,6 +2,7 @@ export declare function verify(
condition: boolean,
message?: string,
code?: number,
exception?: unknown,
kwargs?: unknown
exception?: Error,
kwargs?: unknown,
safeKeys?: Array<string>
): void;

0 comments on commit 52e95a7

Please sign in to comment.