@slynova/flydrive
Version:
Flexible and Fluent way to manage storage in Node.js.
16 lines • 463 B
TypeScript
/**
* @slynova/flydrive
*
* @license MIT
* @copyright Slynova - Romain Lanz <romain.lanz@slynova.ch>
*/
export * from './AuthorizationRequired';
export * from './DriverNotSupported';
export * from './FileNotFound';
export * from './InvalidConfig';
export * from './MethodNotSupported';
export * from './NoSuchBucket';
export * from './PermissionMissing';
export * from './UnknownException';
export * from './WrongKeyPath';
//# sourceMappingURL=index.d.ts.map