We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696c8c7 commit 2b648e7Copy full SHA for 2b648e7
1 file changed
src/download/transfer-visualize/format-transfer-status.ts
@@ -3,8 +3,6 @@ import {TransferProgressInfo} from "./transfer-statistics.js";
3
import prettyBytes, {PrettyBytesOptions, formatTrunc} from "./utils/prettyBytesFast.js";
4
import prettyMillisecondsCompact from "./utils/prettyMSFast.js";
5
6
-const DEFAULT_LOCALIZATION: Intl.LocalesArgument = "en-US";
7
-
8
export type CliInfoStatus = TransferProgressInfo & {
9
fileName?: string,
10
comment?: string
0 commit comments