UNPKG

@ethan-jones-vizio/sveld

Version:

Generate TypeScript definitions for your Svelte components.

7 lines (6 loc) 279 B
export declare type SvelteEntryPoint = string; /** * Get the file path entry point for uncompiled Svelte source code * Expects a "svelte" field in the consumer's `package.json` */ export declare function getSvelteEntry(entryPoint?: SvelteEntryPoint): SvelteEntryPoint | null;