8 lines
214 B
JavaScript
8 lines
214 B
JavaScript
|
export * from "./van.js";
|
||
|
import Van from "./van.js";
|
||
|
|
||
|
export const add = Van.add;
|
||
|
export const derive = Van.derive;
|
||
|
export const state = Van.state;
|
||
|
export const hydrate = Van.hydrate;
|
||
|
export const tags = Van.tags;
|