UNPKG

@omni-door/cli

Version:

A tool set for set up the standard JS project

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