UNPKG

@waku/utils

Version:
4 lines (3 loc) 335 B
import type { AutoSharding, CreateNodeOptions, StaticSharding } from "@waku/interfaces"; export declare function isStaticSharding(config: NonNullable<CreateNodeOptions["networkConfig"]>): config is StaticSharding; export declare function isAutoSharding(config: NonNullable<CreateNodeOptions["networkConfig"]>): config is AutoSharding;