UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getVolume = void 0; const getVolume = ({ httpClient, }) => ({ volume_id, }) => { const url = `/volumes/${volume_id}`; return httpClient.get(url); }; exports.getVolume = getVolume; //# sourceMappingURL=get-volume.js.map