UNPKG

textiot

Version:

A framework for building web and native (IoT) Dapps on the IPFS network

8 lines (7 loc) 159 B
/** * Add a like to a shared block. * ```typescript * Textile.likes.add(blockId); * ``` */ export declare function add(blockId: string): Promise<string>;