UNPKG

@snowplow/browser-plugin-browser-features

Version:

Attaches browser features to Snowplow events

12 lines (11 loc) 300 B
import { BrowserPlugin } from '@snowplow/browser-tracker-core'; declare global { interface MimeTypeArray { [index: string]: MimeType; } } /** * Adds the available MIME Types to each event */ declare function BrowserFeaturesPlugin(): BrowserPlugin; export { BrowserFeaturesPlugin };