* Returns unique identifier for current session. * @return {string}
()
| 30 | * @return {string} |
| 31 | */ |
| 32 | static uniqueId () { |
| 33 | return 'u' + (++iterator).toString(16) |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Separates string into chunks of given length. |
no test coverage detected