Closed mycoboco closed 4 weeks ago
Removing monkey-patch from 1.0.0, users are required to add a getter into String by themselves if they want to use it. Several requests to bring back the getter wcwidth after release of 1.0.0 need to be satisfied.
String
wcwidth
Added an example using Object.defineProperty
Object.defineProperty
Removing monkey-patch from 1.0.0, users are required to add a getter into
String
by themselves if they want to use it. Several requests to bring back the getterwcwidth
after release of 1.0.0 need to be satisfied.