Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: isMap #576

Open
1 of 2 tasks
ssi02014 opened this issue Nov 8, 2024 · 0 comments
Open
1 of 2 tasks

[Feature]: isMap #576

ssi02014 opened this issue Nov 8, 2024 · 0 comments
Labels
feature 새로운 기능 추가 @modern-kit/utils @modern-kit/utils

Comments

@ssi02014
Copy link
Contributor

ssi02014 commented Nov 8, 2024

Package Scope

  • 기존 패키지에 기능 추가
  • 새로운 패키지
  • Package name: @modern-kit/uitls/validator

Overview

주어진 값이 Map 타입인지 확인합니다.

function isMap(value: unknown): value is Map<any, any>
@ssi02014 ssi02014 added feature 새로운 기능 추가 @modern-kit/utils @modern-kit/utils labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가 @modern-kit/utils @modern-kit/utils
Projects
None yet
Development

No branches or pull requests

1 participant