UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

3 lines (2 loc) 179 B
import type { Entity } from '../../../lib/types/application/entity.js'; export declare const findEntityInEntities: (entityName: string, entities: Entity[]) => Entity | undefined;