Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting for decimal bytes yields "K" in result instead of "k" #677

Open
kaiyoma opened this issue May 26, 2023 · 0 comments
Open

Formatting for decimal bytes yields "K" in result instead of "k" #677

kaiyoma opened this issue May 26, 2023 · 0 comments

Comments

@kaiyoma
Copy link

kaiyoma commented May 26, 2023

return numbro(1234).format({
    base: 'decimal',
    mantissa: 1,
    output: 'byte',
    spaceSeparated: true,
  });

This code is returning '1.2 KB', but "K" is not an SI prefix. It should be returning '1.2 kB'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant