mirror of
https://github.com/actions/toolkit.git
synced 2026-08-26 00:00:28 +02:00
add download apis to stream zip from blob storage
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import {ArtifactClient, Client} from './internal/client'
|
||||
import {UploadOptions, UploadResponse} from './internal/shared/interfaces'
|
||||
|
||||
/**
|
||||
* Exported functionality that we want to expose for any users of @actions/artifact
|
||||
*/
|
||||
export {ArtifactClient, UploadOptions, UploadResponse}
|
||||
export * from './internal/shared/interfaces'
|
||||
export {ArtifactClient}
|
||||
|
||||
export function create(): ArtifactClient {
|
||||
return Client.create()
|
||||
|
||||
Reference in New Issue
Block a user