UNPKG

@sotatech/node-fixjs

Version:
10 lines (9 loc) 330 B
import { type ISpecGroups } from '../spec/SpecGroups'; export declare class Groups { groups: ISpecGroups[]; cacheMap: Map<number, ISpecGroups>; cacheMapByName: Map<string, ISpecGroups>; constructor(); find(componentId: number): ISpecGroups | undefined; findByName(name: string): ISpecGroups | undefined; }