(jsonFilePath: string)
| 1 | export const figureOutDefaultSqliteFilePath = (jsonFilePath: string) => |
| 2 | jsonFilePath.substring(0, jsonFilePath.lastIndexOf(".")) + ".sqlite"; |
| 3 | |
| 4 | export function getPathDepth(filePath: string) { |
| 5 | const separatorRegExp = /[\\/]/g; |
no outgoing calls
no test coverage detected