Using ts-countries 0.1.1
In "Filtering Countries", the README suggests:
import { CountryCollection} from 'ts-countries'
I see CountryCollection exists in the files, but it doesn't seem to be exported correctly, I get:
Module '"ts-countries"' has no exported member 'CountryCollection'
