UNPKG

@bharath-ravi/clickwrap-sdk

Version:

Framework-agnostic Clickwrap SDK for JavaScript/TypeScript projects

7 lines (6 loc) 196 B
/** * Exports the spotdraft clickthrough SDK */ export { SdClickthrough } from "./clickwrap"; export * from "./constants"; export { SdClickthroughEvents, SdClickthroughContext } from "./types";