Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 authored Apr 29, 2022
1 parent 5f92c49 commit 1176e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import * as downloadServer from "./download_server";
import * as serverConfig from "./serverConfig";
import * as bdsTypes from "./globalType";
import * as platform from "./platform/index";
export {Server, Backup, downloadServer, serverConfig, bdsTypes, platform};
export default {Server, Backup, downloadServer, serverConfig, bdsTypes, platform};

0 comments on commit 1176e4d

Please sign in to comment.