flags
Version:
Flags SDK by Vercel - The feature flags toolkit for Next.js and SvelteKit
1 lines • 358 B
Source Map (JSON)
{"version":3,"sources":["../src/analytics.ts"],"names":[],"mappings":";AAGO,IAAM,cAAc,CACzB,YACS;AAAC","sourcesContent":["/**\n * @deprecated It is no longer necessary to call this function. Web Analytics now automatically detects flags present in the DOM.\n */\nexport const injectFlags = (\n _params: { keys?: string[] } | undefined,\n): void => {};\n"]}