summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/copy-concurrently/is-windows.js
blob: 8a991d54f5de6ce06088c613e964ab240a318956 (plain)
1
2
'use strict'
module.exports = process.platform === 'win32'