Files
girinb 485098cd1a link
2025-05-29 15:41:51 +09:00

6 lines
171 B
JavaScript

import mod from "../../storage/index.js";
export const Storage = mod.Storage;
export const getDownloadURL = mod.getDownloadURL;
export const getStorage = mod.getStorage;