@basichelpers/type

0.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @basichelpers/type

Weekly Downloads

4

Version

0.0.6

License

MIT

Unpacked Size

4.07 kB

Total Files

4

Last publish

Collaborators

  • keijunakashima