UNPKG

@tencentcloud/call-uikit-vue2

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

11 lines (8 loc) 256 B
export * from './classNames'; export * from './checkEnv'; export * from './filterObject'; export function findTarget(obj, options) { const { key, value } = options; return obj.find((item) => item[key] === value); } export * from './checkVueVersion';