UNPKG
@farris/bef-vue
Version:
latest (0.0.5-ba-beta.1)
0.0.5
0.0.5-ba-beta.1
0.0.4
0.0.3
0.0.2
farris-design.gitee.io/farris-vue/
@farris/bef-vue
/
types
/
utils
/
bef-env.util.d.ts
11 lines
(10 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Bef环境监测工具类 */
declare
class
BefEnvUtil
{
/** * 是否在框架内运行 */
static
isInFramework
()
: boolean;
}
export
{ BefEnvUtil };