function isWindows()

in lib/setup.js [12:14]


function isWindows() {
  return os.platform() === "win32";
}