Skip to content

Commit

Permalink
Add @deprecated to useTextFile option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcaza committed Aug 31, 2024
1 parent b7774ec commit aefa1d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ export type ConfigOptions = {
showColumnHeaders?: boolean;
showTitle?: boolean;
title?: string;
/**
* Use `fileExtension` instead.
*
* Will be removed in the next major version (`2.x.x`)
*
* @deprecated
*/
useTextFile?: boolean;
mediaType?: MediaType;
useBom?: boolean;
Expand Down

0 comments on commit aefa1d7

Please sign in to comment.