UNPKG

pandora

Version:

A powerful and lightweight application manager for Node.js applications powered by TypeScript.

10 lines (9 loc) 284 B
import { ServiceReconciler } from '../service/ServiceReconciler'; /** * Class DebugServiceReconciler * For Debugging Service */ export declare class DebugServiceReconciler extends ServiceReconciler { constructor(mode?: any); receiveServiceRepresentation(rep: any): void; }