-
Notifications
You must be signed in to change notification settings - Fork 57
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
Multiple converter #55
Comments
Duplicate of #19 effectively, as that feature would allow you to get all the levels you want for a specific value. |
I have one use case like This use case also will come into same or different? |
Oh, I think I get what you are saying. That does seem different from the first example you originally provided. |
Yes,another case. |
@dougwilson you will open as new issue ? |
for above usecase i opening new request |
Feature Request
Get multiple converter values like GB,MB,KB ,Based on value
Example:
var bytes = require("bytes")
bytes(1073741824 )
Return value:->1GB
Expected value : 1GB, 1024MB,1048576 KB.
The text was updated successfully, but these errors were encountered: