UNPKG

@crosspost/sdk

Version:

SDK for interacting with the Crosspost API

10 lines (8 loc) 203 B
/** * @crosspost/sdk * SDK for interacting with the Crosspost API * * This is the Deno entry point for the package. */ // Export everything from the source directly export * from './src/index.ts';