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