(p: string)
| 80 | } |
| 81 | |
| 82 | function toPath(p: string) { |
| 83 | return path.join(__dirname, p); |
| 84 | } |
| 85 | |
| 86 | function getRandomString(length: number): string { |
| 87 | const SUFFIX_CHAR_SET = "abcdefghijklmnopqrstuvwxyz0123456789"; |
no outgoing calls
no test coverage detected
searching dependent graphs…