"use strict"; let getProcessPlatform = () => process.platform; module.exports = { getProcessPlatform: getProcessPlatform };