export function getReadableContextSize(contextSize) { return contextSize.toLocaleString("en-US", { notation: "compact", compactDisplay: "short" }); } //# sourceMappingURL=getReadableContextSize.js.map