UNPKG

@spindl-xyz/attribution-lite

Version:
7 lines (6 loc) 279 B
import { MetadataPlugin } from "./metadata"; /** * Detects if the users browser is brave and returns an object containing the boolean. * Return an empty object if Brave Brower isn't detected. */ export declare const createFeaturesPlugin: MetadataPlugin<number[] | undefined>;