UNPKG

@copilotkit/react-ui

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>

5 lines (3 loc) 194 B
declare function fetcher<JSON = any>(input: RequestInfo, init?: RequestInit): Promise<JSON>; declare function formatDate(input: string | number | Date): string; export { fetcher, formatDate };