* Returns the current high-resolution time in milliseconds relative to an * arbitrary time in the past. It works across different platforms (node.js, * browsers).
()
| 38 | * browsers). |
| 39 | */ |
| 40 | now(): number; |
| 41 | |
| 42 | /** |
| 43 | * Encode the provided string into an array of bytes using the provided |
no outgoing calls
no test coverage detected