svelte
Version:
Cybernetically enhanced web apps
7 lines (6 loc) • 332 B
TypeScript
export { default as compile } from './compile/index';
export { default as parse } from './parse/index';
export { default as preprocess } from './preprocess/index';
export { walk } from 'estree-walker';
export declare const VERSION: string;
export { CompileOptions, ModuleFormat, EnableSourcemap, CssHashGetter } from "./interfaces"