UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

9 lines (8 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createWildduckClient = void 0; const client_1 = require("./api/client"); function createWildduckClient(options) { return new client_1.WildduckClient(options); } exports.createWildduckClient = createWildduckClient;