@dolittle/sdk.common
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
17 lines (15 loc) • 1.03 kB
text/typescript
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
export { CannotDetermineDecoratorTarget } from './CannotDetermineDecoratorTarget';
export { createMetadataDecorator } from './createMetadataDecorator';
export { Decorator } from './Decorator';
export { DecoratorAppliedMultipleTimes } from './DecoratorAppliedMultipleTimes';
export { DecoratorTarget } from './DecoratorTarget';
export { hasDecoratorMetadataMap, ensureDecoratorMetadataMap } from './decoratorMetadataMap';
export { getAppliedDecorators } from './getAppliedDecorators';
export { getDecoratedTarget } from './getDecoratedTarget';
export { getDecoratorMetadata } from './getDecoratorMetadata';
export { hasDecoratorMetadata } from './hasDecoratorMetadata';
export { InvalidDecoratorTarget } from './InvalidDecoratorTarget';
export { RequiredDecoratorNotApplied } from './RequiredDecoratorNotApplied';
export { setDecoratorMetadata } from './setDecoratorMetadata';