numberCheck 추가

This commit is contained in:
hyojun.choi 2025-01-03 14:40:41 +09:00
parent 423dbb7706
commit 64e0d762fc

View File

@ -94,6 +94,11 @@ export const inputNumberCheck = (e) => {
}
}
// 값이 숫자인지 확인
export const numberCheck = (value) => {
return !isNaN(value)
}
/**
* 파이프함수 정의
* @param {...any} fns 순수함수들