UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

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