UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
3 lines (2 loc) 163 B
import { TAggregateTypeMain } from '../../../aggregates/interfaces'; export declare function isAggregateMainType(typeValue: any): typeValue is TAggregateTypeMain;