mirror of
https://github.com/actions/toolkit.git
synced 2026-08-19 00:00:17 +02:00
@actions/artifact package (#304)
* Initial commit for @actions/artifact package
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import {ArtifactClient, DefaultArtifactClient} from './internal-artifact-client'
|
||||
export {ArtifactClient}
|
||||
|
||||
/**
|
||||
* Constructs an ArtifactClient
|
||||
*/
|
||||
export function create(): ArtifactClient {
|
||||
return DefaultArtifactClient.create()
|
||||
}
|
||||
Reference in New Issue
Block a user