refactor: trim cli shape exports

This commit is contained in:
Peter Steinberger
2026-05-01 22:08:36 +01:00
parent 01c384cbf9
commit 5c7362fe9d
7 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ import {
normalizeOptionalString,
} from "../shared/string-coerce.js";
export type BytesParseOptions = {
type BytesParseOptions = {
defaultUnit?: "b" | "kb" | "mb" | "gb" | "tb";
};