UNPKG

node-firewalla

Version:

Package to talk your firewalla box & API

10 lines (9 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FWGroupService = void 0; class FWGroupService { constructor(fwGroup) { this.fwGroup = fwGroup; } } exports.FWGroupService = FWGroupService;