UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 267 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.NoArtifacts=void 0;const artifacts_1=require("./artifacts");class NoArtifacts extends artifacts_1.Artifacts{constructor(){super({}),this.type="NO_ARTIFACTS"}}exports.NoArtifacts=NoArtifacts;