@tsdotnet/collection-base
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,4 +6,4 @@ import copyIterableTo from './copyIterableTo'; | ||
import ReadOnlyList from './ReadOnlyList'; | ||
import List from './List'; | ||
export { copyIterableTo, ReadOnlyCollection, Collection, ReadOnlyList, List }; | ||
import IndexedCollection from './IndexedCollection'; | ||
export { copyIterableTo, ReadOnlyCollection, Collection, ReadOnlyList, IndexedCollection }; | ||
export default IterableCollectionBase; |
{ | ||
"name": "@tsdotnet/collection-base", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "electricessence", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18415