0.0.6 • Published 4 years ago

@basichelpers/type v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Install the dependencies

npm install @basichelpers/type

how to use

import { isJapanese, isKatakana } from '@basichelpers/type'

isJapanese('こんにちは田中太郎') // true
isJapanese('田中 太郎') // true
isKatakana('コンニチハ') // true
isFullWidthKatakana('コンニチハ') // true
isHalfWidthNum(999) // true
isMailAddress('hugahuga@codelic.co') // true
isEnglish('Hello') // true
0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago