Skip to content

Commit

Permalink
Improve export for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Loskir authored Oct 22, 2023
1 parent 84e3ee5 commit 8af26ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platform.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { Agent as HttpsAgent } from "https";
import { Readable } from "stream";

// === Export debug
import { debug as d } from "debug";
export { d as debug };
export { debug } from "debug";

// === Export system-specific operations
// Turn an AsyncIterable<Uint8Array> into a stream
Expand Down

0 comments on commit 8af26ab

Please sign in to comment.