UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 289 B
import { type ConfigSource } from '../../data/configuration/spi/config-source.js'; export declare class Comparators { private constructor(); static readonly number: (l: number, r: number) => number; static readonly configSource: (l: ConfigSource, r: ConfigSource) => number; }