CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json15 linesDownload Raw Back to es2018
1{2  "name": "web-streams-polyfill-es2018",3  "main": "../dist/polyfill.es2018",4  "browser": "../dist/polyfill.es2018.min.js",5  "module": "../dist/polyfill.es2018.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