UNPKG

svelte-recaptcha-v2

Version:

Google ReCaptcha v2 implementation for Svelte and SvelteKit

4 lines (3 loc) 116 B
export const browser = (() => { return typeof window === "object" && typeof window.document === "object"; })();