Jeff Brower
Jeff Brower
I was having a problem after upgrading typescript to 4.1.5 in my project, related to webpack. Upgrading tslib manually seemed to work, so I figured I'd pass along the update...
This change does not modify the external contract of the library. This change replaces the internal ALPHABET string with an object of the form: ```ts { // the original alphabet...
The table reads "eight" when the length should be 10
I believe the intention of the `isDimension` function is to test whether a feature ends with `height` or `width`, but what the regular expression is actually doing is checking whether...