UNPKG

@relative-ci/agent

Version:

Send bundle stats and CI build information to RelativeCI

4 lines (3 loc) 298 B
import { type IngestConfig, type IngestData, type IngestParams, type IngestResponseSuccess } from '../constants'; import { type Logger } from '../utils'; export default function ingest(data: IngestData, params: IngestParams, config?: IngestConfig, logger?: Logger): Promise<IngestResponseSuccess>;