Skip to content

Commit

Permalink
fix: small type improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail committed Apr 9, 2024
1 parent 08506a4 commit 63cc39d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/opentelemetry-host-metrics/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
declare module 'systeminformation/lib/network' {
import type { Systeminformation } from 'systeminformation';

export function networkStats(ifaces?: string, cb?: (data: Systeminformation.NetworkStatsData[]) => any): Promise<Systeminformation.NetworkStatsData[]>;
export { networkStats } from 'systeminformation';
}

0 comments on commit 63cc39d

Please sign in to comment.