mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 06:44:43 +00:00
6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
/**
|
|
* Public Brave web-search provider barrel. Runtime consumers import this
|
|
* lightweight path for the provider factory.
|
|
*/
|
|
export { createBraveWebSearchProvider } from "./src/brave-web-search-provider.js";
|