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.

7 lines (6 loc) 680 B
import { Configuration } from './interfaces'; export declare function ModelsIndex(buildConfiguration: Configuration, source: string, target: string, packageName: string): void; export declare function ContractsIndex(buildConfiguration: Configuration, source: string, target: string, packageName: string): void; export declare function IncludesIndex(buildConfiguration: Configuration, source: string, target: string, packageName: string): void; export declare function UseTemplate(fileName: any, targetFileName: any, destFolder: any, replacement?: any): void; export declare function UseCustomTemplate(fileName: any, targetFileName: any, destFolder: any, replacement?: any): void;