UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 257 B
import * as add from './add/index.js'; import * as option from './option/index.js'; import * as statistics from './statistics/index.js'; export * from './Option.js'; export * from './Statistics.js'; export { add }; export { option }; export { statistics };