// Expose the Foundation API. export * from './src/common/common.module'; export * from './src/dates/dates.module'; export * from './src/geography/geography.module'; export * from './src/formatters/formatters.module'; export * from './src/id/id.module'; export * from './src/email/email.module'; export * from './src/phone-number/phone-number.module'; export * from './src/crypto/crypto.module'; export * from './src/charset/charset.module'; export * from './src/color/color.module'; export * from './src/iso-language/iso-language.module'; export * from './src/sanitizer/sanitizer.module'; export * from './src/resource/resource.module';