UNPKG

@agnostack/requestd

Version:

Please contact agnoStack via info@agnostack.com for any questions

14 lines 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Client = void 0; const AbstractClient_1 = require("./AbstractClient"); class Client extends AbstractClient_1.AbstractClient { constructor(options) { super(options); } async authenticate() { return undefined; } } exports.Client = Client; //# sourceMappingURL=Client.js.map