UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBalance = void 0; const getBalance = ({ httpClient, }) => () => { const url = '/customers/my/balance'; return httpClient.get(url); }; exports.getBalance = getBalance; //# sourceMappingURL=get-balance.js.map