homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge
6 lines (5 loc) • 310 B
TypeScript
import { Injectable } from '@nestjs/common/interfaces/injectable.interface';
export declare class MetadataScanner {
scanFromPrototype<T extends Injectable, R = any>(instance: T, prototype: any, callback: (name: string) => R): R[];
getAllFilteredMethodNames(prototype: any): IterableIterator<string>;
}