11d29c33ada4776df8c924c8cf203c149d8bd93a
[yaffs-website] / node_modules / uncss / node_modules / form-data / node_modules / lodash / _asciiSize.js
1 var baseProperty = require('./_baseProperty');
2
3 /**
4  * Gets the size of an ASCII `string`.
5  *
6  * @private
7  * @param {string} string The string inspect.
8  * @returns {number} Returns the string size.
9  */
10 var asciiSize = baseProperty('length');
11
12 module.exports = asciiSize;