mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
atom: Add nightly release channel (#42198)
* Add nightly release channel Atom has [nightly versions since June 2019](https://blog.atom.io/2019/06/21/introducing-atom-nightly-releases.html), this PR adds it to the release channels * remove quotes
This commit is contained in:
Vendored
+2
-2
@@ -126,9 +126,9 @@ export interface AtomEnvironment {
|
||||
|
||||
/**
|
||||
* Gets the release channel of the Atom application.
|
||||
* Returns the release channel, which can be 'dev', 'beta', or 'stable'.
|
||||
* Returns the release channel, which can be 'dev', 'nightly', 'beta', or 'stable'.
|
||||
*/
|
||||
getReleaseChannel(): "dev"|"beta"|"stable";
|
||||
getReleaseChannel(): "dev"|"nightly"|"beta"|"stable";
|
||||
|
||||
/** Returns a boolean that is true if the current version is an official release. */
|
||||
isReleasedVersion(): boolean;
|
||||
|
||||
Reference in New Issue
Block a user