You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
I've put an if check inside the format loop, checking for `hasOwnProperty.` Why:
https://palantir.github.io/tslint/rules/forin/
Another approach would have been to use `Object.keys(BytesPipe.formats).forEach` but there is no nice way of breaking out a forEach.
0 commit comments