source: imaps-frontend/node_modules/lodash-es/_asciiSize.js@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 269 bytes
Line 
1import baseProperty from './_baseProperty.js';
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
12export default asciiSize;
Note: See TracBrowser for help on using the repository browser.