UNPKG

@adonisjs/drive

Version:

A thin wrapper on top of Flydrive to work seamlessly with AdonisJS

6 lines (5 loc) 223 B
export * from 'flydrive'; export * as errors from './src/errors.ts'; export { configure } from './configure.ts'; export { stubsRoot } from './stubs/main.ts'; export { defineConfig, services } from './src/define_config.ts';