mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
12 lines
358 B
JavaScript
12 lines
358 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.create = void 0;
|
|
const artifact_client_1 = require("./internal/artifact-client");
|
|
/**
|
|
* Constructs an ArtifactClient
|
|
*/
|
|
function create() {
|
|
return artifact_client_1.DefaultArtifactClient.create();
|
|
}
|
|
exports.create = create;
|
|
//# sourceMappingURL=artifact-client.js.map
|