diff --git a/types/atom/index.d.ts b/types/atom/index.d.ts index 7ee58bb3b5..53fa8d5749 100644 --- a/types/atom/index.d.ts +++ b/types/atom/index.d.ts @@ -396,7 +396,7 @@ export interface Config { /** Retrieves the setting for the given key. */ get(keyPath: T, options?: { sources?: string[], excludeSources?: string[], scope?: string[]|ScopeDescriptor }): - ConfigValues[T]|undefined; + ConfigValues[T]; /** * Sets the value for a configuration setting.