export enum StableReleaseAlias {
Stable = 'stable',
OldStable = 'oldstable'
}
export const IS_WINDOWS = process.platform === 'win32';