()
| 8 | * forbidden by `code-flow/no-bare-date-now`. |
| 9 | */ |
| 10 | export function now(): string { |
| 11 | return new Date().toISOString(); |
| 12 | } |
| 13 | |
| 14 | /** |
| 15 | * Epoch milliseconds form of {@link now}. The numeric variant used |
no outgoing calls
no test coverage detected