UNPKG

objectypes

Version:

A type-safe library to transform and validate objects

3 lines (2 loc) 168 B
import { TypeError } from './types/validation-errors'; export declare function isTypeValid(target: Object, propertyKey: string, value: unknown): TypeError | undefined;