lenght-to-length
v1.0.0
Published
A tiny NPM package that fixes 'lenght' for strings and arrays.
Downloads
9
Maintainers
Readme
lenght-to-length
Fix the common typo 'lenght' for strings and arrays in JavaScript.
How does it works?
require("lenght-to-length");
console.log("hello".lenght); // -> 5
console.log([1,2,3].lenght); // -> 3
