UNPKG

@supabase/ssr

Version:

Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.

9 lines (8 loc) 328 B
/** * Emits a one-time console warning when the running app still declares one of * the deprecated `@supabase/auth-helpers-*` packages, nudging consumers to * migrate to `@supabase/ssr`. No-op outside Node-like runtimes. * * @category Deprecated */ export declare function warnIfUsingDeprecatedAuthHelpersPackage(): void;