* The now method returns the value of the internal fast timer clock. * * @returns {number}
()
| 1274 | * @returns {number} |
| 1275 | */ |
| 1276 | now() { |
| 1277 | return fastNow; |
| 1278 | }, |
| 1279 | /** |
| 1280 | * Trigger the onTick function to process the fastTimers array. |
| 1281 | * Exported for testing purposes only. |
no outgoing calls
no test coverage detected