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 0c6e308 commit 7611353Copy full SHA for 7611353
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## v1.0.1
4
5
+- Fixed type definiton of `JSON.stringify` so it accepts readonly arrays. (#1)
package-template/package.json
@@ -1,6 +1,6 @@
{
"name": "better-typescript-lib",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Better TypeScript standard library",
"main": "index.js",
6
"types": "./lib.esnext.d.ts",
package.json
"devDependencies": {
0 commit comments