UNPKG

@nodescript/cli

Version:
4 lines (3 loc) 52 B
export interface Task { run(): Promise<void>; }