/** * 检测当前环境是否为 windows * * @return {Boolean} true|false */ declare const isWindows: boolean; export default isWindows;