mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-25 21:41:41 +00:00
* chore(lint): reduce underscore-dangle exceptions * chore(lint): reduce more underscore exceptions * chore(lint): remove underscore-dangle allow list * fix(lint): repair underscore cleanup regressions * test(lint): track version define suppression
15 lines
344 B
TypeScript
15 lines
344 B
TypeScript
import {
|
|
mapBraveLlmContextResults,
|
|
normalizeBraveCountry,
|
|
normalizeBraveLanguageParams,
|
|
resolveBraveMode,
|
|
} from "./src/brave-web-search-provider.shared.js";
|
|
|
|
export const testing = {
|
|
normalizeBraveCountry,
|
|
normalizeBraveLanguageParams,
|
|
resolveBraveMode,
|
|
mapBraveLlmContextResults,
|
|
} as const;
|
|
export { testing as __testing };
|