interface Output {
    log: (str: string) => void;
}

Properties

Properties

log: (str: string) => void