Searched refs:fakePlatform (Results 1 – 2 of 2) sorted by relevance
4 module.exports = (fakePlatform = false) => { argument8 const platform = fakePlatform || process.platform
1 const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32'