UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSshKey = void 0; const getSshKey = ({ httpClient, }) => ({ ssh_key_id, }) => { const url = `/account/keys/${ssh_key_id}`; return httpClient.get(url); }; exports.getSshKey = getSshKey; //# sourceMappingURL=get-ssh-key.js.map