(object, value)
| 113 | }) |
| 114 | |
| 115 | function getFilenameByValue(object, value) { |
| 116 | return Object.keys(object).find((key) => object[key] === value) |
| 117 | } |
| 118 | |
| 119 | // if path exists, assume it's a directory; otherwise, assume a YML extension |
| 120 | async function getFilepath(filepath) { |
no outgoing calls
no test coverage detected