@fabrix/spool-tapestries
Version:
Spool - Tapestries, Easy RESTful Services
15 lines (14 loc) • 556 B
TypeScript
import { FabrixApp } from '@fabrix/fabrix';
export declare const Utils: {
getControllerMethods(app: FabrixApp): string[];
getControllerIgnore(app: FabrixApp): string[];
getControllerTapestries(app: FabrixApp): {
[key: string]: any;
};
getModelTapestries(app: FabrixApp): {
[key: string]: any;
};
getControllerHandler(controllerName: string, handlerName: string): string;
getHandlerName(routeHandler?: string): string;
getHandlerPath(app: FabrixApp, controllerId: string, handlerName: string): string;
};