is-windows.js 59 Bytes Edit Raw Blame History 1 2 'use strict' module.exports = process.platform === 'win32'