UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
4 lines (3 loc) 265 B
import { TEntityTypeMain } from '../../../entities/interfaces'; export declare function isEntityTypeStringContainsCorrectCharacters(entityTypeString: string | String): boolean; export declare function isEntityMainType(typeValue: any): typeValue is TEntityTypeMain;