(file: string)
| 111 | } |
| 112 | |
| 113 | async function read(file: string): Promise<Store> { |
| 114 | return Filesystem.readJson<Store>(file).catch(() => ({}) as Store) |
| 115 | } |
| 116 | |
| 117 | async function row(item: Touch): Promise<Row> { |
| 118 | return { |
no outgoing calls
no test coverage detected