UNPKG

@j0nnyboi/amman

Version:

A modern mandatory toolbelt to help test solana SDK libraries and apps on a locally running validator.

7 lines (6 loc) 285 B
/// <reference types="node" /> import http from 'http'; /** private */ export declare function killRunningServer(port: number): Promise<void>; export declare function resolveServerAddress(server: http.Server): string; export declare function isValidHttpUrl(maybeUrl: string): boolean;