UNPKG

@react-native-community/netinfo

Version:
2 lines 909 B
Object.defineProperty(exports,"__esModule",{value:true});exports.NetInfoCellularGeneration=exports.NetInfoStateType=void 0;var NetInfoStateType;exports.NetInfoStateType=NetInfoStateType;(function(NetInfoStateType){NetInfoStateType["unknown"]="unknown";NetInfoStateType["none"]="none";NetInfoStateType["cellular"]="cellular";NetInfoStateType["wifi"]="wifi";NetInfoStateType["bluetooth"]="bluetooth";NetInfoStateType["ethernet"]="ethernet";NetInfoStateType["wimax"]="wimax";})(NetInfoStateType||(exports.NetInfoStateType=NetInfoStateType={}));var NetInfoCellularGeneration;exports.NetInfoCellularGeneration=NetInfoCellularGeneration;(function(NetInfoCellularGeneration){NetInfoCellularGeneration["2g"]="2g";NetInfoCellularGeneration["3g"]="3g";NetInfoCellularGeneration["4g"]="4g";})(NetInfoCellularGeneration||(exports.NetInfoCellularGeneration=NetInfoCellularGeneration={})); //# sourceMappingURL=types.js.map