Seeking Equivalent of `NonEmptyArray.fromArray` in EffectTS
Hello! I'm new with Effect and currently creating my first project in EffectTS after working with fp-ts for a about two years. I wonder if there is something similar to
NonEmptyArray.fromArray
NonEmptyArray.fromArray
that takes an Array as input and returns a
Option<NonEmptyArray>
Option<NonEmptyArray>
? Have been searching for a while without any good results. Thank you in advance