mirror of
https://github.com/actions/toolkit.git
synced 2026-08-10 00:00:12 +02:00
9 lines
275 B
TypeScript
9 lines
275 B
TypeScript
import {ArtifactClient, DefaultArtifactClient} from './internal/client'
|
|
|
|
export * from './internal/shared/interfaces'
|
|
export * from './internal/shared/errors'
|
|
export * from './internal/client'
|
|
|
|
const client: ArtifactClient = new DefaultArtifactClient()
|
|
export default client
|