Get a string's length in bytes.
import {getStringByteLength} from '@augment-vir/common';const results = getStringByteLength('hello 🌍'); // 10 Copy
import {getStringByteLength} from '@augment-vir/common';const results = getStringByteLength('hello 🌍'); // 10
@augment-vir/common
Get a string's length in bytes.