* @description Utility type to extract the type of a preprocessor from a preprocessor group * @deprecated Create this utility type yourself instead
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…