UNPKG

@farris/bef-vue

Version:
11 lines (10 loc) 173 B
/** * Bef环境监测工具类 */ declare class BefEnvUtil { /** * 是否在框架内运行 */ static isInFramework(): boolean; } export { BefEnvUtil };