Files
openclaw/src/plugin-sdk/provider-env-vars.ts
2026-04-27 21:58:48 +01:00

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";