Skip to content

Conversation

@chan-hwi
Copy link
Contributor

@chan-hwi chan-hwi commented Dec 30, 2025

Background

This PR reflects the discussion about utility function exports from the previous PR comments.

Changes

  • Removed the split between internal.ts and external.ts for utilities.
  • Exported all utility functions and types via /utils subpath.
  • Add descriptions for match and mask utility functions.

src/utils.ts Outdated
@@ -1,3 +1,5 @@
import NURL from './nurl'
Copy link
Contributor

@boxersb boxersb Dec 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion, it would be better if the file name were src/utils/index.ts.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review! I've changed the folder structure as you suggested in commit c889cbe.

Copy link
Contributor

@boxersb boxersb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@yceffort-naver yceffort-naver merged commit 06e5879 into NaverPayDev:epic/masking Jan 2, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants