UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

10 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccount = void 0; const getAccount = ({ httpClient, }) => () => { const path = '/account'; const url = `${path}`; return httpClient.get(url); }; exports.getAccount = getAccount; //# sourceMappingURL=get-account.js.map