| 102 | export const YYYYMMDDHHmmssSSS = logDate; |
| 103 | |
| 104 | export interface YYYYMMDDHHmmssOptions { |
| 105 | dateSep?: string; |
| 106 | timeSep?: string; |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * `moment().format('YYYY-MM-DD HH:mm:ss')` format date string. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…