UNPKG

@copilotkit/shared

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

8 lines (6 loc) 212 B
export * from "./types"; export * from "./utils"; export * from "./constants"; export * from "./telemetry"; import * as packageJson from "../package.json"; export const COPILOTKIT_VERSION = packageJson.version;