react-native-mosquito-transport
Version:
React native javascript sdk for mosquito-transport (https://github.com/brainbehindx/mosquito-transport)
17 lines (16 loc) • 392 B
Plain Text
{
"undef": true, // Warns on variables used before declaration
"esversion": 12,
"globals": {
"process": true,
"clearTimeout": true,
"setTimeout": true,
"console": true,
"Buffer": true,
"clearInterval": true,
"setInterval": true,
"AbortController": true,
"URLSearchParams": true,
"URL": true
}
}