We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98eacd4 commit ca7669eCopy full SHA for ca7669e
README.md
@@ -50,7 +50,7 @@ deno install confbox
50
51
Import:
52
53
-<!-- automd:jsimport cjs cdn src="./src/index.ts" -->
+<!-- automd:jsimport cdn src="./src/index.ts" -->
54
55
**ESM** (Node.js, Bun, Deno)
56
@@ -71,25 +71,6 @@ import {
71
} from "confbox";
72
```
73
74
-**CommonJS** (Legacy Node.js)
75
-
76
-```js
77
-const {
78
- parseJSON5,
79
- stringifyJSON5,
80
- parseJSONC,
81
- stringifyJSONC,
82
- parseYAML,
83
- stringifyYAML,
84
- parseJSON,
85
- stringifyJSON,
86
- parseTOML,
87
- stringifyTOML,
88
- parseINI,
89
- stringifyINI,
90
-} = require("confbox");
91
-```
92
93
**CDN** (Deno, Bun and Browsers)
94
95
```js
0 commit comments