CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json15 linesDownload Raw Back to es6
1{2  "name": "web-streams-polyfill-es6",3  "main": "../dist/polyfill.es6",4  "browser": "../dist/polyfill.es6.min.js",5  "module": "../dist/polyfill.es6.mjs",6  "types": "../dist/types/polyfill.d.ts",7  "typesVersions": {8    ">=3.6": {9      "../dist/types/*": [10        "../dist/types/ts3.6/*"11      ]12    }13  }14}15