UNPKG

hosty

Version:

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

3 lines 156 B
import { Command, CommandConfig } from '../types.js'; export declare function command(config: CommandConfig): Command; //# sourceMappingURL=command.d.ts.map