diff --git a/src/index.ts b/src/index.ts index a4fe881..4978465 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,7 @@ // Export classes export { Country } from './Country' export { CountryLoader } from './CountryLoader' +export { CountryCollection } from './CountryCollection' export { CountryLoaderException } from './CountryLoaderException' export { CurrencyLoader } from './CurrencyLoader'