Skip to content

Commit

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

0 comments on commit 3541898

Please sign in to comment.