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
feat!: move Collection type defn to array type module
This commit addresses an awkward inconsistency in which a `Collection`
was included in the `object` type module, despite being defined as
a union of `array` type definitions. By moving `Collection` into
`array` we make the import of `Collection` more intuitive given its
semantic relationship to array-like objects.
BREAKING CHANGE: move `Collection` type defn to array type module
To migrate, users should import `@stdlib/types/array` instead of
`@stdlib/types/object` when using the `Collection` type definition.
0 commit comments