UNPKG

axis-discovery-ssdp

Version:

A Node.js SSDP (UPnP) client library written in TypeScript capable of searching for Axis Communication cameras.

9 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const debug = require("debug"); function log(formatter, ...args) { logger(formatter, ...args); } exports.log = log; const logger = debug('axis-discovery-ssdp'); //# sourceMappingURL=Log.js.map