deno.land / x / lodash@4.17.19 / npm-package / _asciiSize.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
var baseProperty = require('./_baseProperty');
/** * Gets the size of an ASCII `string`. * * @private * @param {string} string The string inspect. * @returns {number} Returns the string size. */var asciiSize = baseProperty('length');
module.exports = asciiSize;
lodash

Version Info

Tagged at
3 years ago

External Dependencies

No external dependencies 🎉