UNPKG

@humanspeak/svelte-render

Version:

Manage complex Svelte behaviors outside of templates with full type safety

4 lines (3 loc) 173 B
import { type Readable } from 'svelte/store'; export declare const isReadable: <T>(value: any) => value is Readable<T>; export declare const Undefined: Readable<undefined>;