* Returns the amount of Unicode code points inside chain. * @return {number} Amount of Unicode code points
()
| 130 | * @return {number} Amount of Unicode code points |
| 131 | */ |
| 132 | getLength () { |
| 133 | return this.getCodePoints().length |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * Lazily retrieves the string representation. |
no test coverage detected