Rough edges in migrating codebase from fp-ts to effect: NonEmptyArray convergence

Migrating a codebase from fp-ts to effect has some rough edges that may be can be alleviated
I'm wondering if convergence of NonEmptyArray could be one, to prevent such problems

Type 'readonly string[] & { readonly 0: string; }' is not assignable to type 'readonly [string, ...string[]]'
Was this page helpful?