diff --git a/types/main.d.ts b/types/main.d.ts index 36bfc40..aad1f54 100644 --- a/types/main.d.ts +++ b/types/main.d.ts @@ -28,4 +28,4 @@ export interface ElectronReloadOptions extends WatchOptions { forceHardReset?: boolean } -export default function electronReload(glob: string, options: ElectronReloadOptions) : void; \ No newline at end of file +export default function electronReload(glob: string | string[], options: ElectronReloadOptions) : void;