Results 2 issues of Andrew Ross

### Type tightening of certain core definitions, namely in `src/helpers/utils.ts` as follows: ##### arrayToEnum - Before ```ts export const arrayToEnum = ( items: U ): { [k in U[number]]: k...

I use this package in an internal package I wrote for my org. While executing the pipeline, I ran into an error stating that `_stringWidth is not a function` in...