mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #7677 from elisee/patch-1
Update electron-packager.d.ts
This commit is contained in:
+3
-3
@@ -81,12 +81,12 @@ declare namespace ElectronPackager {
|
||||
/** Electron-packager done callback. */
|
||||
export interface Callback {
|
||||
/**
|
||||
* Callback wich is called when electron-packager is done.
|
||||
* Callback which is called when electron-packager is done.
|
||||
*
|
||||
* @param err - Contains errors if any.
|
||||
* @param appPath - Path to the newly created application.
|
||||
* @param appPath - Path(s) to the newly created application(s).
|
||||
*/
|
||||
(err: Error, appPath: string): void
|
||||
(err: Error, appPath: string|string[]): void
|
||||
}
|
||||
|
||||
/** Electron-packager function */
|
||||
|
||||
Reference in New Issue
Block a user