UNPKG

nodana

Version:
6 lines (5 loc) 162 B
import { Network, NodanaSettings } from "../types"; export declare class NodanaConfig { readonly network: Network; constructor(config: NodanaSettings); }