UNPKG

@tsed/cli

Version:
4 lines (3 loc) 237 B
export declare function resolveEntryModulePath(args: string[]): string; export declare function shouldIgnoreWatchFile(file: string | undefined, watcher?: unknown): boolean; export declare function dev(rawArgs?: string[]): Promise<void>;