UNPKG

@devcycle/nextjs-sdk

Version:

The Next.js SDK for DevCycle!

4 lines (3 loc) 276 B
import { DVCPopulatedUser } from '@devcycle/js-client-sdk'; export declare const fetchCDNConfig: (sdkKey: string, obfuscated: boolean) => Promise<Response>; export declare const sdkConfigAPI: (sdkKey: string, obfuscated: boolean, user: DVCPopulatedUser) => Promise<Response>;