import * as GenericDictionaryCheck from "../../../../../sync/check/generic/dictionary"; import * as check from "../../../../../generated/sync/check/maybe/function"; export type DictionaryOfMaybeFunctionResult = GenericDictionaryCheck.IsDictionaryOfResult; export function checkDictionaryOfMaybeFunction (mixed : any) : undefined|DictionaryOfMaybeFunctionResult { return GenericDictionaryCheck.checkDictionaryOf( mixed, check.checkMaybeFunction ); }