UNPKG

@iota-pico/core

Version:
5 lines (4 loc) 115 B
/** * Represents the protocols for communicating. */ export declare type NetworkProtocol = "http" | "https";