mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
fix isEnabled() method
This commit is contained in:
Vendored
+1
-1
@@ -32,7 +32,7 @@ declare class AutoLaunch {
|
||||
/**
|
||||
* Returns if auto start up is enabled
|
||||
*/
|
||||
isEnabled(callback?: (err: Error) => void): boolean;
|
||||
isEnabled(callback: (enabled: boolean) => void): void;
|
||||
}
|
||||
|
||||
declare module "auto-launch" {
|
||||
|
||||
Reference in New Issue
Block a user