mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
/**
|
|
* Browser-safe exports for the core package. These can safely be used
|
|
* in browser environments like `webview-ui`.
|
|
*/
|
|
|
|
export * from "./message-utils/index.js"
|