Skip to content

Commit

Permalink
feat: ANONYMOUS 상수 함께 내보내기 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
moresoo authored Jul 3, 2024
1 parent 26276eb commit 3a6c7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tosspayments-sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { clearTossPayments } from './clearTossPayments';
export { loadTossPayments } from './loadTossPayments';

export const ANONYMOUS = '@@ANONYMOUS';

0 comments on commit 3a6c7b3

Please sign in to comment.