Skip to content

Commit

Permalink
patch: remove writeToFile props from println function
Browse files Browse the repository at this point in the history
  • Loading branch information
Elue-dev committed Oct 9, 2024
1 parent d61b1bc commit ba1a9e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ export type PrintLn<T> = {
data: T;
color?: LogColor;
showFunctionOrigin?: boolean;
writeToFile?: boolean;
};

0 comments on commit ba1a9e8

Please sign in to comment.