UNPKG

@ynotzort/sveltekit-password-protect

Version:

Simple utility to add a layer of protection to your websites, very useful for agencies and freelancers

4 lines (3 loc) 199 B
import { type Handle } from '@sveltejs/kit'; import type { passwordProtectOptions } from './types.js'; export declare const createPasswordProtectHandler: (options: passwordProtectOptions) => Handle;