We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8009e2 commit 1853882Copy full SHA for 1853882
README.md
@@ -37,15 +37,15 @@ npm install @cosense/types
37
38
Import the library:
39
40
-```ts
+```typescript ignore
41
// ESM syntax
42
import type { PageList } from "@cosense/types/rest";
43
import type { Scrapbox } from "@cosense/types/userscript";
44
```
45
46
### Usage Examples
47
48
49
// Example for JSR (Deno)
50
import type { PageList } from "jsr:@cosense/types/rest";
51
@@ -60,7 +60,7 @@ const pages: PageList = {
60
61
For npm users:
62
63
64
// Example for npm (Node.js)
65
66
0 commit comments