UNPKG

@devcycle/nextjs-sdk

Version:

The Next.js SDK for DevCycle!

3 lines (2 loc) 169 B
import type { DVCClientAPIUser } from '@devcycle/types'; export declare const serializeUserSearchParams: (user: DVCClientAPIUser, queryParams: URLSearchParams) => void;