UNPKG

ng-speed-test

Version:

Angular library for testing internet connection speed

12 lines (11 loc) 284 B
export interface SpeedTestFile { path: string; shouldBustCache: boolean; size: number; } export declare class SpeedTestFileModel implements SpeedTestFile { path: string; shouldBustCache: boolean; size: number; constructor(file?: Partial<SpeedTestFile>); }