UNPKG
indokit
Version:
latest (1.0.8)
1.0.8
Utility TypeScript untuk format & validasi data Indonesia (Rupiah, NIK, phone, slug, dsb.)
indokit
/
dist
/
isValidPhone.d.ts
2 lines
(1 loc)
•
62 B
TypeScript
View Raw
1
2
export
declare
function
isValidPhone
(
phone
:
string
):
boolean
;