HubSpot / humanize

A simple utility library for making the web more humane. #hubspot-open-source
MIT License
915 stars 75 forks source link

add support for TB, PB in fileSize #55

Closed sinelaw closed 9 years ago

sinelaw commented 9 years ago

Currently the fileSize function doesn't use TB or PB suffixes for very large numbers. This pull requests adds those two suffixes and makes it easier to change the code to support (or add customizability) in the future.

hijonathan commented 9 years ago

its-so-beautiful

+1

b-ash commented 9 years ago

I dig it. Tests look good, too. Thanks!