UNPKG

node-beget

Version:

Client library for accessing Beget API

14 lines (13 loc) 457 B
export * from './beget'; export * from './beget-request'; export * from './endpoints/backup'; export * from './endpoints/cron'; export * from './endpoints/dns'; export * from './endpoints/domain'; export * from './endpoints/ftp'; export * from './endpoints/mail'; export * from './endpoints/mysql'; export * from './endpoints/site'; export * from './endpoints/stat'; export * from './endpoints/user'; export { BegetOptions } from './options/beget-options';