UNPKG

@proveanything/smartlinks

Version:

Official JavaScript/TypeScript SDK for the Smartlinks API

6 lines (5 loc) 228 B
// src/index.ts // Top-level entrypoint of the npm package. Re-export initializeApi + all namespaces. export { initializeApi, request, sendCustomProxyMessage } from "./http"; export * from "./api"; export * from "./types";