import * as check from "../../../../../generated/sync/check/maybe/dictionary-of/function"; export function isMaybeDictionaryOfFunction (mixed : any) : mixed is null|undefined|({ [key : string] : Function }) { return check.checkMaybeDictionaryOfFunction(mixed) === undefined; }