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

Commit

Permalink
cools
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 30, 2023
1 parent 9d8ffea commit 1852a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ A hackable JSON serializer/deserializer that allows you to serialize/deserialize
### Example

```ts
/* eslint-disable @typescript-eslint/no-unused-vars */
import {
createTupleson,
// Serialize BigInt
Expand Down Expand Up @@ -93,6 +94,8 @@ type Obj = typeof obj;
// readonly foo: "bar";
// readonly set: Set<number>;
// }

/* eslint-enable @typescript-eslint/no-unused-vars */
```

**Footnotes**:
Expand Down
1 change: 1 addition & 0 deletions src/readme.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line eslint-comments/disable-enable-pair
/* eslint-disable @typescript-eslint/no-unused-vars */
import { test } from "vitest";

Expand Down

0 comments on commit 1852a03

Please sign in to comment.