UNPKG

@wttp/site

Version:

Web3 Transfer Protocol (WTTP) - Site Contracts and deployment tools

8 lines 394 B
import { IBaseWTTPSite } from "@wttp/core"; import { Manifest } from "./generateManifest"; /** * Upload files, directories, and redirects from a manifest * Trusts the manifest completely - no excessive checks */ export declare function uploadFromManifest(wttpSite: IBaseWTTPSite, manifestPath: string, sourcePath?: string): Promise<Manifest>; //# sourceMappingURL=uploadFromManifest.d.ts.map