mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-19 06:31:08 +08: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
|