import * as NullOrUndefinedCheck from "../../../../../sync/check/generic/null-or-undefined"; import * as check from "../../../../../generated/sync/check/dictionary-of/function"; export type MaybeDictionaryOfFunctionErrorCodeType = check.DictionaryOfFunctionResult; export function checkMaybeDictionaryOfFunction (mixed : any) : undefined|MaybeDictionaryOfFunctionErrorCodeType { return NullOrUndefinedCheck.checkNullOrUndefinedOr( mixed, check.checkDictionaryOfFunction ); }