Files
Bryce Thorup 0cc479fc6d
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s
WTF not
2024-09-03 10:27:06 -06:00

15 lines
327 B
JSON

{
"name": "web-streams-polyfill-es2018",
"main": "../dist/polyfill.es2018",
"browser": "../dist/polyfill.es2018.min.js",
"module": "../dist/polyfill.es2018.mjs",
"types": "../dist/types/polyfill.d.ts",
"typesVersions": {
">=3.6": {
"../dist/types/*": [
"../dist/types/ts3.6/*"
]
}
}
}