import * as NullOrUndefinedCheck from "../../../../../../sync/check/generic/null-or-undefined"; import * as check from "../../../../../../generated/sync/check/dictionary-of/array-of/function"; export type MaybeDictionaryOfArrayOfFunctionErrorCodeType = check.DictionaryOfArrayOfFunctionResult; export function checkMaybeDictionaryOfArrayOfFunction (mixed : any) : undefined|MaybeDictionaryOfArrayOfFunctionErrorCodeType { return NullOrUndefinedCheck.checkNullOrUndefinedOr( mixed, check.checkDictionaryOfArrayOfFunction ); }