mirror of
https://github.com/actions/toolkit.git
synced 2026-08-13 00:00:44 +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
|