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.

3 lines (2 loc) 153 B
import { BuildOptions } from './builder-models/interfaces'; export declare function Builder(options: BuildOptions, contract?: string): Promise<boolean>;