UNPKG

hosty

Version:

A code based opinionated way to self-host and manage web apps.

3 lines 168 B
import { Container, ContainerConfig } from '../types.js'; export declare function container(config: ContainerConfig): Container; //# sourceMappingURL=container.d.ts.map