UNPKG

textiot

Version:

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

9 lines (8 loc) 225 B
import { IFileIndex, INode } from './model'; /** * Add a new Schema for use when creating new Threads. * ```typescript * Textile.schemas.add(node); * ``` */ export declare function add(node: INode): Promise<IFileIndex>;