UNPKG

svelte

Version:

Cybernetically enhanced web apps

6 lines (5 loc) 248 B
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 = "__VERSION__";