UNPKG

@robotlegsjs/core

Version:

An architecture-based IoC framework for JavaScript/TypeScript

11 lines (10 loc) 187 B
import { IMatcher } from "../api/IMatcher"; /** * @private */ export declare class ClassMatcher implements IMatcher { /** * @private */ matches(item: any): boolean; }