UNPKG

svelte-preprocess

Version:

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

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