UNPKG

videomail-client

Version:

A wicked npm package to record videos directly in the browser, wohooo!

10 lines (9 loc) 211 B
interface BrowserStats { ua: string; browser: UAParser.IBrowser; cpu: UAParser.ICPU; device: UAParser.IDevice; engine: UAParser.IEngine; os: UAParser.IOS; } export type { BrowserStats };