UNPKG

svelte-clerk

Version:

Svelte Clerk is the easiest way to add authentication and user management to your Svelte and SvelteKit applications. Add sign up, sign in, and profile management to your application in minutes.

9 lines (8 loc) 263 B
/** * Patches request to avoid duplex issues with unidici * For more information, see: * https://github.com/nodejs/node/issues/46221 * https://github.com/whatwg/fetch/pull/1457 * @internal */ export declare function patchRequest(request: Request): Request;