UNPKG

@hashgraph/solo

Version:

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

6 lines (4 loc) 116 B
// SPDX-License-Identifier: Apache-2.0 export type ClassConstructor<T> = { new (...arguments_: unknown[]): T; };