UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

11 lines (10 loc) 502 B
export * from './create-domain-record/create-domain-record'; export * from './create-domain/create-domain'; export * from './delete-domain-record/delete-domain-record'; export * from './delete-domain/delete-domain'; export * from './get-domain-record/get-domain-record'; export * from './get-domain/get-domain'; export * from './list-domain-records/list-domain-records'; export * from './list-domains/list-domains'; export * from './update-domain-record/update-domain-record'; export * from './types';