UNPKG

mora-scripts

Version:
18 lines (15 loc) 314 B
/** * @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'