(options?: ImportOptions)
| 32 | typeof result === "string" ? result : null; |
| 33 | |
| 34 | const maybeHideCurrentWindow = async (options?: ImportOptions) => { |
| 35 | if (options?.hideCurrentWindow) await getCurrentWindow().hide(); |
| 36 | }; |
| 37 | |
| 38 | export const importVideoPath = async ( |
| 39 | sourcePath: string, |
no outgoing calls
no test coverage detected