(loc: string)
| 639 | } |
| 640 | |
| 641 | export async function readJson(loc: string): Promise<Object> { |
| 642 | return (await readJsonAndFile(loc)).object; |
| 643 | } |
| 644 | |
| 645 | export async function readJsonAndFile( |
| 646 | loc: string, |
no test coverage detected
searching dependent graphs…