has-boxed-string-x

Check support of by-index access of string characters.

Usage no npm install needed!

<script type="module">
  import hasBoxedStringX from 'https://cdn.skypack.dev/has-boxed-string-x';
</script>

README

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

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