Skip to main content

TypeChecker

Interfaces

ITypeDescription

Properties

classType?
optional classType?: any;
name
name: string;
type?
optional type?: string;

Functions

check()

function check(data, types): boolean;

Parameters

ParameterType
data{ }
typesITypeDescription[]

Returns

boolean

Was this page helpful?