MCPcopy
hub / github.com/sveltejs/svelte / SveltePreprocessor_1

Interface SveltePreprocessor_1

packages/svelte/types/index.d.ts:2987–2992  ·  view source on GitHub ↗

* @description Utility type to extract the type of a preprocessor from a preprocessor group * @deprecated Create this utility type yourself instead

Source from the content-addressed store, hash-verified

2985 * @deprecated Create this utility type yourself instead
2986 */
2987 interface SveltePreprocessor_1<
2988 PreprocessorType extends keyof PreprocessorGroup_1,
2989 Options = any
2990 > {
2991 (options?: Options): Required<Pick<PreprocessorGroup_1, PreprocessorType>>;
2992 }
2993
2994 export {};
2995}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…