mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-07 04:53:30 +00:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
export default function gtag(...args) {
|
|
if (window.gtag) {
|
|
window.gtag(...args);
|
|
}
|
|
}
|