UNPKG

@hashgraph/solo

Version:

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

10 lines (9 loc) 241 B
/** * SPDX-License-Identifier: Apache-2.0 */ /** * @include DNS_1123_LABEL * @param value - the string to check * @returns true if the string is a valid DNS-1123 label */ export declare function isDns1123Label(value: string): boolean;