UNPKG

@3kles/3kles-corebe

Version:
7 lines (6 loc) 266 B
import { CRUDUtil } from "./crud.utils"; export declare class CRUDSelectionUtil extends CRUDUtil { static generate(route: string, hostname: string, port: number, path: string, headerKeys?: string[], middlewares?: any[]): ({ [key: string]: any; }); }