mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-25 12:31:45 +02:00
1 line
60 B
TypeScript
1 line
60 B
TypeScript
export const isWindows = () => process.platform === 'win32'; |