UNPKG

@node-lightning/graph

Version:
6 lines (5 loc) 153 B
import { Channel } from "../channel"; /** * Constructs a channel from a JSON string */ export declare function channelFromJson(text: string): Channel;