UNPKG

builder-we-app-canary

Version:

The KOS Builder Module for Choice MicroApp, use latest dependencies

6 lines (4 loc) 176 B
const get = require('lodash/get'); const { SAAS_CONFIG } = require('./const'); const appType = get(SAAS_CONFIG, 'appType', ''); exports.isWeAppHost = appType === 'weAppHost';