UNPKG

svelte-preprocess

Version:

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

4 lines (3 loc) 134 B
import { Transformer, Options } from '../types'; declare const transformer: Transformer<Options.GlobalStyle>; export { transformer };