UNPKG

s-bit-agent

Version:

s.BitAgent is a simple Bitwarden CLI wrapper which provides a SSH2 Key Agent solution for Bitwarden.

15 lines 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestPing = void 0; const handler_1 = require("../../types/handler"); const message_1 = require("../../types/message"); class RequestPing { constructor() { this.messageType = handler_1.SBitAgentMessageType.REQUEST_PING; } async handle() { return new message_1.ResponseOk(); } } exports.RequestPing = RequestPing; //# sourceMappingURL=RequestPing.js.map