Skip to content

Commit 1085814

Browse files
author
Colby Sieber
committed
Export all primary components from index.ts
1 parent 7171b13 commit 1085814

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ export class Client {
2626
return new GraphRequest(this.config, path);
2727
}
2828

29-
}
29+
}
30+
31+
export * from "./GraphRequest";
32+
export * from "./common";
33+
export * from "./ResponseHandler";

0 commit comments

Comments
 (0)