You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not interested in adding aliases. That just leads to inconsistent code.
I don't remember exactly why we went with .ofType. It might have been because ofType accepts any predicate, so ow.array.ofType(() => …) is clearer than ow.array.of(() => …).
I'll leave this open for other people to comment their opinion.
ow.array.of(ow.string)
clearly better than
ow.array.ofType(ow.string)
The text was updated successfully, but these errors were encountered: