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