tavily-ai / tavily-js

Official TypeScript/JavaScript library for Tavily.
MIT License
9 stars 2 forks source link

feat: export type definitions for public API #4

Open mikepsinn opened 2 weeks ago

mikepsinn commented 2 weeks ago

Export type definitions from types.ts to provide proper TypeScript support for library consumers. This enables better IDE integration, type checking, and allows users to reference or extend the library's types in their own code.