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 7d96d9f commit 6c053c7Copy full SHA for 6c053c7
packages/polyfill/README.md
@@ -0,0 +1,5 @@
1
+# @nice-labs/proposal-arraybuffer-equals
2
+
3
+ArrayBuffer.isEquals polyfill
4
5
+Proposal: <https://github.com/NiceLabs/proposal-arraybuffer-equals>
packages/polyfill/scripts/build.sh
@@ -8,3 +8,4 @@ cat package.json |
8
jq 'del(.devDependencies)' |
9
jq 'del(.scripts)' |
10
tee dist/package.json
11
+cp README.md dist
0 commit comments