main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
271 bytes
|
Rev | Line | |
---|
[79a0317] | 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;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.