UNPKG

@ashetm/ng-network

Version:

``@ashetm/ng-network`` is a library that provide some utilities classes, like pipes.

7 lines (6 loc) 124 B
export interface NetworkStatus { effectiveType: string; downlink: number; rtt: number; saveData: boolean; }