mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 14:21:37 +00:00
9 lines
253 B
TypeScript
9 lines
253 B
TypeScript
// Public provider auth environment variable helpers for plugin runtimes.
|
|
|
|
export {
|
|
getProviderEnvVars,
|
|
listKnownProviderAuthEnvVarNames,
|
|
omitEnvKeysCaseInsensitive,
|
|
resolveProviderAuthEnvVarCandidates,
|
|
} from "../secrets/provider-env-vars.js";
|