* Multiple line comments * are formatted on * separate lines
| 32 | * separate lines |
| 33 | */ |
| 34 | interface Chapter { |
| 35 | title: string; |
| 36 | pages: number; |
| 37 | } |
| 38 | |
| 39 | /** Time in UTC seconds */ |
| 40 | type UTC = number |
nothing calls this directly
no outgoing calls
no test coverage detected