mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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:
parent
111a349f75
commit
722d7e70fa
4
types/atom/index.d.ts
vendored
4
types/atom/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user