source: trip-planner-front/node_modules/lodash/_asciiSize.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 271 bytes
Line 
1var 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 */
10var asciiSize = baseProperty('length');
11
12module.exports = asciiSize;
Note: See TracBrowser for help on using the repository browser.