Skip to content

Instantly share code, notes, and snippets.

@dooman87
Created January 3, 2017 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dooman87/5300b10f29afc3d802d2f60b451707a0 to your computer and use it in GitHub Desktop.
Save dooman87/5300b10f29afc3d802d2f60b451707a0 to your computer and use it in GitHub Desktop.
FIX: possibly undefined.
private formatUsed(): string {
let usedMb = this.usedMb();
return usedMb ? usedMb.toFixed(0).toString() : '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment