has-boxed-string-x
v2.1.1
Published
Check support of by-index access of string characters.
Downloads
8,213
Maintainers
Readme
has-boxed-string-x
Check support of by-index access of string characters.
module.exports
: boolean ⏏
Check failure of by-index access of string characters (IE < 9)
and failure of 0 in boxedString
(Rhino).
true
if no failure; otherwise false
.
Kind: Exported member