UNPKG

axis-discovery-ssdp

Version:

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

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