UNPKG

@methodus/contracts

Version:

This package is part of the Methodus tollbelt. It's purpose is generating contract packages of the server code, to be used by JavaScript browser / server clients.

8 lines (7 loc) 257 B
import { Installer } from './installer'; import { Configuration } from './interfaces'; export declare class Client { Installer: Installer; constructor(configuration: Configuration, source: string, target: string); publish(dest: string): void; }