Apply internal discussion agreements

This commit is contained in:
panticmilos 2022-11-25 10:50:21 +01:00
parent 17fabf6bf1
commit f1f69d49da
5 changed files with 6 additions and 15 deletions

View file

@ -2,5 +2,3 @@ export enum StableReleaseAlias {
Stable = 'stable',
OldStable = 'oldstable'
}
export const IS_WINDOWS = process.platform === 'win32';