summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattn/go-runewidth/runewidth_js.go
blob: 0ce32c5e7b71b9cb5326226e8d6ecc85057f3ea9 (plain)
1
2
3
4
5
6
7
8
// +build js

package runewidth

func IsEastAsian() bool {
	// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
	return false
}