is-windows.js 59 Bytes
'use strict'
module.exports = process.platform === 'win32'