UNPKG

svelte-preprocess

Version:

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

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