Skip to content

Commit a4627a7

Browse files
committed
fix(SteamClient): export shared types for enums
1 parent 1f6611a commit a4627a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/globals/SteamClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {SteamClient} from "./steam-client";
2+
export * from "./steam-client/shared";
23

34
declare global {
45
var SteamClient: SteamClient;

0 commit comments

Comments
 (0)