@proveanything/smartlinks
Version:
Official JavaScript/TypeScript SDK for the Smartlinks API
20 lines (19 loc) • 738 B
JavaScript
// src/api/index.ts
// Re-export all resource namespaces so the consumer can import them in one line.
export { collection } from "./collection";
export { product } from "./product";
export { proof } from "./proof";
export { appConfiguration } from "./appConfiguration";
export { appRecord } from "./appRecord";
export { asset } from "./asset";
export { attestation } from "./attestation";
export { auth } from "./auth";
export { form } from "./form";
export { authKit } from "./authKit";
export { claimSet } from "./claimSet";
export { crate } from "./crate";
export { batch } from "./batch";
export { variant } from "./variant";
export { ai } from "./ai";
export { comms } from "./comms";
export { nfc } from "./nfc";