is-chinese-mainland
v1.1.0
Published
A simple way to check if the user is in Chinese Mainland
Downloads
1
Readme
isChineseMainland
A simple way to check if the user is in Chinese Mainland
import isChineseMainland from 'is-chinese-mainland'
isChineseMainland().then((yes) => {
console.info(yes ? 'Is Chinese!' : 'Not Chinese!')
})