UNPKG

svelte-preprocess

Version:

A Svelte preprocessor wrapper with baked-in support for commonly used preprocessors

5 lines (4 loc) 169 B
import type { PreprocessorGroup, Options } from '../types'; declare const babel: (options?: Options.Babel) => PreprocessorGroup; export default babel; export { babel };