CoolFace
Apppublic

strong-tie/inbound-calls

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