Skip to content

Commit

Permalink
Keep origin separations
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 6, 2023
1 parent 4fb36a4 commit 611857c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assert.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
type Types = 'string' | 'number' | 'boolean' | 'object' | 'undefined' | 'function';

export type Message = string | Error;

export function ok(actual: any, msg?: Message): asserts actual;
export function is<Actual, Expects extends Actual>(actual: Actual, expected: Expects, msg?: Message): void;
export function equal<Actual, Expects extends Actual>(actual: Actual, expected: Expects, msg?: Message): void;
Expand Down

0 comments on commit 611857c

Please sign in to comment.