UNPKG

outers

Version:

outers - a all in one package for your day to day use

7 lines (6 loc) 98 B
type str = string; export interface CommandResult { output: str; error: str; } export {};