UNPKG

316 BTypeScriptView Raw
1import { Injectable } from '@nestjs/common/interfaces/injectable.interface';
2export declare class MetadataScanner {
3 scanFromPrototype<T extends Injectable, R = any>(instance: T, prototype: object, callback: (name: string) => R): R[];
4 getAllFilteredMethodNames(prototype: object): IterableIterator<string>;
5}
6
\No newline at end of file