UNPKG

svelte-preprocess

Version:

A Svelte preprocessor wrapper with baked in support for common used preprocessors

5 lines (4 loc) 205 B
import { Transformer, Options } from '../types'; /** Adapted from https://github.com/TehShrike/svelte-preprocess-postcss */ declare const transformer: Transformer<Options.Postcss>; export { transformer };