8 lines
287 B
JavaScript
8 lines
287 B
JavaScript
import mod from "../../storage/index.js";
|
|
|
|
export const FirebaseStorageError = mod.FirebaseStorageError;
|
|
export const Storage = mod.Storage;
|
|
export const StorageErrorCode = mod.StorageErrorCode;
|
|
export const getDownloadURL = mod.getDownloadURL;
|
|
export const getStorage = mod.getStorage;
|