UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getVpc = void 0; const getVpc = ({ httpClient, }) => ({ vpc_id, }) => { const url = `/vpcs/${vpc_id}`; return httpClient.get(url); }; exports.getVpc = getVpc; //# sourceMappingURL=get-vpc.js.map