Skip to content

Commit 36204cc

Browse files
committed
remove unnecessary unused internal export
1 parent b08aa7a commit 36204cc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/diagnostics-channel-node.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// this gets compiled to a require() commonjs-style override,
33
// not using top level await on a conditional dynamic import
44
import { tracingChannel, channel } from 'node:diagnostics_channel'
5-
export { tracingChannel, channel }
65
import type { TracingChannel, Channel } from 'node:diagnostics_channel'
76
export type { TracingChannel, Channel }
87
export const metrics: Channel<unknown> = channel('lru-cache:metrics')

src/diagnostics-channel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// this gets compiled to a require() commonjs-style override,
33
// not using top level await on a conditional dynamic import
44
import { tracingChannel, channel } from 'node:diagnostics_channel'
5-
export { tracingChannel, channel }
65
import type { TracingChannel, Channel } from 'node:diagnostics_channel'
76
export type { TracingChannel, Channel }
87
export const metrics: Channel<unknown> = channel('lru-cache:metrics')

0 commit comments

Comments
 (0)