UNPKG

@piarre/ts-freebox

Version:

33 lines (31 loc) 1.14 kB
var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/@types/wifi/band.ts var band_exports = {}; __export(band_exports, { default: () => band_default }); module.exports = __toCommonJS(band_exports); var band = /* @__PURE__ */ ((band2) => { band2["2d4g"] = "2.4 GHz"; band2["5g"] = "5 GHz"; band2["6g"] = "6 GHz"; band2["60g"] = "60 GHz"; return band2; })(band || {}); var band_default = band;