UNPKG

@daysnap/utils

Version:
8 lines (6 loc) 214 B
/** * 判断是否是微信小程序web-view环境 * https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html */ declare function isWeChatMiniProgram(): boolean; export { isWeChatMiniProgram };