network-performance-analyzer
Version:
Automated analysis tool for network performance test datasets containing DNS testing results and iperf3 performance measurements
8 lines (7 loc) • 326 B
TypeScript
// Global type declarations
declare module 'JSONStream' {
import { Transform } from 'stream';
export function parse(path: string): Transform;
export function stringify(open?: string, sep?: string, close?: string): Transform;
export function stringifyObject(open?: string, sep?: string, close?: string): Transform;
}