UNPKG

@omni-door/cli

Version:

A tool set for set up the standard JS project

6 lines (5 loc) 182 B
import type { OmniConfig } from '../../index.d'; export default function (config: OmniConfig | null, options: { port?: number | string; hostname?: string; }): Promise<void>;