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) 217 B
import { Configuration } from './interfaces'; export declare class Installer { configuration: Configuration; shell: any; constructor(configuration: Configuration); publish(destFolder: string): void; }