UNPKG

@lightfeed/sdk

Version:
11 lines (10 loc) 320 B
/** * 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;