UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines (5 loc) 233 B
import { HttpServer } from '@nestjs/common'; import { RequestMethod } from '@nestjs/common/enums/request-method.enum'; export declare class RouterMethodFactory { get(target: HttpServer, requestMethod: RequestMethod): Function; }