UNPKG

@circleci/circleci-config-sdk

Version:

An SDK for building CircleCI Configuration files with JavaScript.

8 lines 433 B
export * as command from '../Components/Commands/types/Command.types'; export * as executors from '../Components/Executors/types'; export * as job from '../Components/Job/types/Job.types'; export * as parameter from '../Components/Parameters/types'; export * as workflow from '../Components/Workflow/types'; export * as config from '../Config/types'; export * as orb from '../Orb/types/Orb.types'; //# sourceMappingURL=index.d.ts.map