UNPKG

iles

Version:

Vite & Vue powered static site generator with partial hydration

5 lines (3 loc) 161 B
declare function unwrapDefault<T = any>(mod: any): T; declare function importModule<T = any>(path: string): Promise<T>; export { importModule, unwrapDefault };