Files
directus/packages/drive/src/index.ts
Rijk van Zanten 35830a5dfe Move Flydrive home and implement Azure (#4110)
* Add new packages

* Update docs

* Update linked packages

* Setup file pointers

* Don't require getStream to be async

* List credits

* Load azure in storage

* Fix typo in docs

* Fix another typo

* Remove not about raising an issue
2021-02-16 18:33:50 -05:00

8 lines
258 B
TypeScript

export { default as Storage } from './Storage';
export { default as StorageManager } from './StorageManager';
export { LocalFileSystemStorage } from './LocalFileSystemStorage';
export * from './exceptions';
export * from './utils';
export * from './types';