UNPKG

@hashgraph/solo

Version:

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

4 lines (2 loc) 102 B
// SPDX-License-Identifier: Apache-2.0 export type PrimitiveArray = string[] | number[] | boolean[];