Urara-Blog/node_modules/.pnpm-store/v3/files/4c/caabbde69d1d6f9c958d3fb7a90e388fdb13ddfe0f308526035930814e0b8d93515c298ade98a65855fcd16c69ec3327bfb56c44e321599262401129ea37ad
2022-08-14 01:14:53 +08:00

12 lines
271 B
Text

var baseProperty = require('./_baseProperty');
/**
* Gets the size of an ASCII `string`.
*
* @private
* @param {string} string The string inspect.
* @returns {number} Returns the string size.
*/
var asciiSize = baseProperty('length');
module.exports = asciiSize;