Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 30, 2023
1 parent e237ed6 commit 757a53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readme.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test("readme", () => {
// console.log(obj);
// -> { foo: 'bar', set: Set(3) { 1, 2, 3 } }

type Obj = typeof obj;
type _Obj = typeof obj;

Check failure on line 51 in src/readme.test.ts

View workflow job for this annotation

GitHub Actions / type_check

'_Obj' is declared but never used.
// ^?
// type Obj = {
// readonly foo: "bar";
Expand Down

0 comments on commit 757a53f

Please sign in to comment.