@basichelpers/type
v0.0.6
Published
```bash import { dateFormat, stringtoDate } from '@basichelpers/date'
Downloads
2
Readme
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('[email protected]') // true
isEnglish('Hello') // true