UNPKG

@multicloud/sls-core

Version:

Core middleware and components for Serverless @multicloud.

9 lines (8 loc) 250 B
/** * This is a simple test service created with the goal of explain how to use the mockBuilder */ export declare class TestService { private message; getMessage(message: string, callback: any): void; returnHello(name: string): string; }