fix(#1126): add Object.hasOwn polyfill (#1127)

This commit is contained in:
Sukka
2024-06-05 00:12:06 +08:00
committed by GitHub
parent 6bc5c5a808
commit 23668ee74e
2 changed files with 3 additions and 1 deletions

View File

@@ -84,5 +84,6 @@
"semi": true,
"singleQuote": false,
"endOfLine": "lf"
}
},
"packageManager": "pnpm@9.1.4"
}