UNPKG

textiot

Version:

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

9 lines (7 loc) 278 B
// For the purposes of js-http-client development, this is the minimal // required interface to support FormData in Nodejs an browsers declare module 'isomorphic-form-data' { export default class FormData { append(key: string, value: File, filename?: string): void } }