@relative-ci/agent
Version:
Send bundle stats and CI build information to RelativeCI
9 lines (8 loc) • 299 B
TypeScript
import { type IngestParams, type PluginArgs, type PluginConfig } from '../constants';
/**
* Normalize ingest params based on:
* 1. pluign arguments
* 2. computed values
* 3. env-ci fallback
*/
export declare function normalizeParams(pluginArgs: PluginArgs, config: PluginConfig): IngestParams;