UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

7 lines (4 loc) 342 B
// SPDX-License-Identifier: Apache-2.0 import {type ListrRendererFactory, ListrTaskWrapper, type ListrContext} from 'listr2'; // @ts-expect-error - ListrTaskWrapper is exported as a type even though it is declared as a class export class TaskListWrapper extends ListrTaskWrapper<ListrContext, ListrRendererFactory, ListrRendererFactory> {}