Ontica/Empiria.Land.Intranet

View on GitHub
src/app/core/data-types/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @license
 * Copyright (c) La Vía Óntica SC, Ontica LLC and contributors. All rights reserved.
 *
 * See LICENSE.txt in the project root for complete license information.
 */

export * from './generics';

export * from './command';

export * from './core-types';

export { KeyValue, EmptyKeyValue } from './key-value';

export { DateString, DateStringLibrary } from './date-string-library';

export { StringLibrary } from './string-library';

export * from './contact';