mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-05-02 07:43:46 +07:00
3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
![]() |
export const IS_WINDOWS = process.platform === 'win32';
|
||
|
export const IS_LINUX = process.platform === 'linux';
|