UNPKG

@iceworks/generate-material

Version:

Generate material collection or single component

11 lines (10 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENV_MAP = void 0; exports.ENV_MAP = { web: 'isWeb', weex: 'isWeex', miniapp: 'isMiniApp', 'wechat-miniprogram': 'isWeChatMiniProgram', kraken: 'isKraken', };