UNPKG

238 BJavaScriptView Raw
1import mod from "../../database/index.js";
2
3export const ServerValue = mod.ServerValue;
4export const enableLogging = mod.enableLogging;
5export const getDatabase = mod.getDatabase;
6export const getDatabaseWithUrl = mod.getDatabaseWithUrl;