UNPKG

circleci-api

Version:

A Node and Browser client for the CircleCI API, written in TypeScript.

7 lines (6 loc) 206 B
export * from "./types/api"; export * from "./types/lib"; export * from "./api"; export * from "./circleci"; export { getGitType } from "./util"; export { client as CircleCIFactory } from "./client";