仪表盘
版本库
文件存储
活动
搜索
登录
wk
/
wk_app
沃克APP
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
项目提交
Houjie
2025-04-25
1d18ff904468e4a864312bdcf6d7c6a7c0477721
[wk/wk_app.git]
/
node_modules
/
html5-qrcode
/
utils.d.ts
1
2
3
4
import { Logger } from "./core";
export declare class VideoConstraintsUtil {
static isMediaStreamConstraintsValid(videoConstraints: MediaTrackConstraints, logger: Logger): boolean;
}