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.
- Host: GitHub
- URL: https://github.com/xotic750/has-boxed-string-x
- Owner: Xotic750
- License: mit
- Created: 2017-08-09T22:21:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:54:30.000Z (over 3 years ago)
- Last Synced: 2025-03-20T07:21:42.179Z (about 1 year ago)
- Topics: boxed, browser, javascript, nodejs, string
- Language: JavaScript
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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