mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-26 11:38:18 +00:00
7 lines
214 B
TypeScript
7 lines
214 B
TypeScript
import EmulatorExplorerFactory from "./ExplorerFactory";
|
|
import Explorer from "../../Explorer/Explorer";
|
|
|
|
export function initializeExplorer(): Explorer {
|
|
return EmulatorExplorerFactory.createExplorer();
|
|
}
|