UNPKG

netcup-node

Version:

A node wrapper for the Netcup CCP API (https://www.netcup-wiki.de/wiki/CCP_API)

8 lines (7 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Formats = void 0; var Formats; (function (Formats) { Formats["JSON"] = "JSON"; })(Formats = exports.Formats || (exports.Formats = {}));