dots-wrapper
Version:
Digital Ocean v2 api wrapper - javascript - typescript - nodejs
28 lines (27 loc) • 1.27 kB
TypeScript
import * as account from './account';
import * as action from './action';
import * as app from './app';
import * as cdnEndpoint from './cdn-endpoint';
import * as certificate from './certificate';
import * as common from './common';
import * as containerRegistry from './container-registry';
import * as customer from './customer';
import * as database from './database';
import * as domain from './domain';
import * as droplet from './droplet';
import * as firewall from './firewall';
import * as floatingIp from './floating-ip';
import * as genAi from './gen-ai';
import * as image from './image';
import * as kubernetes from './kubernetes';
import * as loadBalancer from './load-balancer';
import * as monitoring from './monitoring';
import * as project from './project';
import * as region from './region';
import * as size from './size';
import * as snapshot from './snapshot';
import * as sshKey from './ssh-key';
import * as tag from './tag';
import * as volume from './volume';
import * as vpc from './vpc';
export { account, action, app, cdnEndpoint, certificate, common, containerRegistry, customer, database, domain, droplet, firewall, floatingIp, genAi, image, kubernetes, loadBalancer, monitoring, project, region, size, snapshot, sshKey, tag, volume, vpc, };