UNPKG

@hashgraph/solo

Version:

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

5 lines 192 B
// SPDX-License-Identifier: Apache-2.0 export function isValidEnum(value, enumeration) { return Object.values(enumeration).includes(value); } //# sourceMappingURL=validation-helpers.js.map