UNPKG

flags

Version:

Flags SDK by Vercel - The feature flags toolkit for Next.js and SvelteKit

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 };