main
Last change
on this file 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
|
Rev | Line | |
---|
[d565449] | 1 | import 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 | */
|
---|
| 10 | var asciiSize = baseProperty('length');
|
---|
| 11 |
|
---|
| 12 | export default asciiSize;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.