Creates a byte size in terabytes.
WHY: Provides a more readable way to specify sizes in TB.
number of terabytes
bytes equivalent
const storageLimit = terabytes(2); // 2 TB storage limitconst archiveSize = terabytes(10); // 10 TB archive Copy
const storageLimit = terabytes(2); // 2 TB storage limitconst archiveSize = terabytes(10); // 10 TB archive
Creates a byte size in terabytes.
WHY: Provides a more readable way to specify sizes in TB.