blob: 0ce32c5e7b71b9cb5326226e8d6ecc85057f3ea9 [file] [log] [blame]
// +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
}