Files
securebit-chat/node_modules/html5-qrcode/camera/permissions.d.ts
T

4 lines
90 B
TypeScript
Raw Normal View History

export declare class CameraPermissions {
static hasPermissions(): Promise<boolean>;
}