mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Remove undefined from atom.config.get (#22589)
This commit is contained in:
committed by
Mohamed Hegazy
parent
cbf0da6545
commit
0e20cee14e
Vendored
+1
-1
@@ -396,7 +396,7 @@ export interface Config {
|
||||
/** Retrieves the setting for the given key. */
|
||||
get<T extends keyof ConfigValues>(keyPath: T, options?: { sources?: string[],
|
||||
excludeSources?: string[], scope?: string[]|ScopeDescriptor }):
|
||||
ConfigValues[T]|undefined;
|
||||
ConfigValues[T];
|
||||
|
||||
/**
|
||||
* Sets the value for a configuration setting.
|
||||
|
||||
Reference in New Issue
Block a user