UNPKG

@cloudbase/lowcode-deployer

Version:

deploy weda app

19 lines (18 loc) 594 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emoji = void 0; /** * Tencent is pleased to support the open source community by making CloudBaseFramework - 云原生一体化部署工具 available. * * Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. * * Please refer to license text included with this package for license details. */ const os_1 = require("os"); function emoji(text, fallback) { if ((0, os_1.platform)() === 'win32') { return fallback || '◆'; } return text; } exports.emoji = emoji;