UNPKG

@proveanything/smartlinks

Version:

Official JavaScript/TypeScript SDK for the Smartlinks API

8 lines (7 loc) 174 B
export declare const nfc: { /** * Claim an NFC tag (public). * POST /api/va/public/nfc/claimTag */ claimTag<T = any>(data: any): Promise<T>; };