UNPKG

node-appwrite

Version:

Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API

10 lines (7 loc) 276 B
import { BinaryLike } from 'crypto'; declare class InputFile { static fromBuffer(parts: Blob | BinaryLike, name: string): File; static fromPath(path: string, name: string): File; static fromPlainText(content: string, name: string): File; } export { InputFile };