UNPKG

762 BTypeScriptView Raw
1import { sveltePreprocess } from './autoProcess';
2/** @deprecated Use the named export instead: `import { sveltePreprocess } from 'svelte-preprocess'` */
3declare const _default: typeof sveltePreprocess;
4export default _default;
5export { sveltePreprocess } from './autoProcess';
6export { pug } from './processors/pug';
7export { coffeescript } from './processors/coffeescript';
8export { typescript } from './processors/typescript';
9export { less } from './processors/less';
10export { scss, sass } from './processors/scss';
11export { stylus } from './processors/stylus';
12export { postcss } from './processors/postcss';
13export { globalStyle } from './processors/globalStyle';
14export { babel } from './processors/babel';
15export { replace } from './processors/replace';