Chunte's picture
Chunte HF staff
Upload 1033 files
d8f0e51 verified
raw
history blame
233 Bytes
{
"type": "module",
"main": "index.cjs",
"module": "index.js",
"react-native": {
"./index.js": "./index.native.js"
},
"browser": {
"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.cjs"
}
}