UNPKG

textiot

Version:

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

8 lines (7 loc) 201 B
import { FilesList, Files, Keys, Directory } from '../../../models'; export declare namespace files { const get: Files; const list: FilesList; const dir: Directory; const keys: Keys; }