index.js 171 B

12345
  1. import mod from "../../storage/index.js";
  2. export const Storage = mod.Storage;
  3. export const getDownloadURL = mod.getDownloadURL;
  4. export const getStorage = mod.getStorage;