Skip to content

Commit f6dbb3f

Browse files
committed
Change export as Square to flat export
1 parent c0db9e3 commit f6dbb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * as Square from "./api";
1+
export * from "./api";
22
export * as serialization from "./serialization";
33
export { SquareClient } from "./Client";
44
export { SquareEnvironment } from "./environments";

0 commit comments

Comments
 (0)