caabbde69d1d6f9c958d3fb7a90e388fdb13ddfe0f308526035930814e0b8d93515c298ade98a65855fcd16c69ec3327bfb56c44e321599262401129ea37ad 271 B

123456789101112
  1. var baseProperty = require('./_baseProperty');
  2. /**
  3. * Gets the size of an ASCII `string`.
  4. *
  5. * @private
  6. * @param {string} string The string inspect.
  7. * @returns {number} Returns the string size.
  8. */
  9. var asciiSize = baseProperty('length');
  10. module.exports = asciiSize;