UNPKG

@bleed-believer/path-alias

Version:
6 lines (5 loc) 212 B
import type { CommandInstance } from '@tool/command/index.js'; import { Argv } from '@tool/argv/index.js'; export declare class WatchCommand implements CommandInstance { execute(argv: Argv): Promise<void>; }