* Returns the current time in nanoseconds unsafely. * * **When to use** * * Use to read nanosecond time synchronously when you already have a `Clock` * service and can accept non-effectful access.
()
| 64 | */ |
| 65 | currentTimeMillisUnsafe(): number |
| 66 | /** |
| 67 | * Returns the current Unix time in milliseconds. |
| 68 | * |
| 69 | * **When to use** |
no outgoing calls
no test coverage detected