@dolittle/sdk.artifacts
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
13 lines (11 loc) • 657 B
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 { Artifact, ArtifactIdLike } from './Artifact';
export { ArtifactMap } from './ArtifactMap';
export { Artifacts } from './Artifacts';
export { createIsArtifact } from './createIsArtifact';
export { Generation, GenerationLike, isGeneration } from './Generation';
export { GenerationMustBePositiveInteger } from './GenerationMustBePositiveInteger';
export { IArtifacts, ArtifactOrId } from './IArtifacts';
// export { Identifiers } from './Identifiers';
export { IIdentifiers } from './IIdentifiers';