@lightfeed/sdk
Version:
Lightfeed SDK for Node.js
11 lines (10 loc) • 320 B
TypeScript
/**
* Lightfeed API Client Library
*
* This library provides a convenient way to interact with the Lightfeed API to access
* your extracted web data programmatically.
*/
export { LightfeedClient } from "./client";
export * from "./types";
import { LightfeedClient } from "./client";
export default LightfeedClient;