UNPKG

@crosspost/types

Version:

Shared type definitions for Crosspost API

10 lines (8 loc) 204 B
/** * @crosspost/types * Shared type definitions for Crosspost API * * This is the Deno entry point for the package. */ // Export everything from the source directly export * from './src/index.ts';