mora-scripts
Version:
Some collection scripts by myself
18 lines (15 loc) • 314 B
JavaScript
/**
* @module libs/sys/isWin
* @createdAt 2016-07-14
*
* @copyright Copyright (c) 2016 Zhonglei Qiu
* @license Licensed under the MIT license.
*/
/**
* 是否是 windows 平台
* @type {Boolean}
*
* @author Zhonglei Qiu
* @since 2.0.0
*/
module.exports = process.platform === 'win32'