An open API service indexing awesome lists of open source software.

https://github.com/xotic750/has-boxed-string-x

Check support of by-index access of string characters.
https://github.com/xotic750/has-boxed-string-x

boxed browser javascript nodejs string

Last synced: about 1 year ago
JSON representation

Check support of by-index access of string characters.

Awesome Lists containing this project

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