UNPKG

lath

Version:

Seamless connection of pages.

5 lines (4 loc) 233 B
import { PresetConfig, Application } from '../types'; export * from './env'; export declare const destroyApplication: () => void; export declare const createApplication: (options?: Partial<PresetConfig>) => Promise<Application>;