UNPKG

@web-widget/flags-kit

Version:

Flags SDK by Vercel - The feature flags toolkit for Next.js, SvelteKit, and Web Router - Enhanced fork with improved Web Router support

9 lines (7 loc) 248 B
/** * @deprecated It is no longer necessary to call this function. Web Analytics now automatically detects flags present in the DOM. */ declare const injectFlags: (_params: { keys?: string[]; } | undefined) => void; export { injectFlags };