UNPKG

huawei-wingle-4g

Version:

This is a module NodeJS allowing to drive Huawei Wingle 4G. This module can :

11 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Unit = void 0; var Unit; (function (Unit) { Unit[Unit["MG"] = 0] = "MG"; Unit[Unit["GB"] = 1] = "GB"; })(Unit = exports.Unit || (exports.Unit = {})); ; ; //# sourceMappingURL=DataPlan.js.map