openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
14 lines (13 loc) • 478 B
JavaScript
import { n as ensureAuthProfileStore$1 } from "../store-C8spD0DG.js";
//#region src/agents/auth-profiles.runtime.ts
/**
* Runtime seam for auth-profile store loading.
* Tests can stub this facade without importing the full auth profile store
* implementation.
*/
/** Ensure an auth-profile store using the production store implementation. */
function ensureAuthProfileStore(...args) {
return ensureAuthProfileStore$1(...args);
}
//#endregion
export { ensureAuthProfileStore };