UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
5 lines (4 loc) 151 B
import { TEntityTypeMain } from '../../../entities/interfaces'; export interface IIsEntityType { (typeValue: any): typeValue is TEntityTypeMain; }