Skip to content

Commit

Permalink
Add import statement for Stream in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
febrimaulana authored and tigercosmos committed Jan 30, 2024
1 parent b442a1b commit 9bc2e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Stream } from "stream";
declare namespace types {
export type LEVEL = "debug" | "info" | "warn" | "error" | "disable" | "success";

Expand Down

0 comments on commit 9bc2e04

Please sign in to comment.