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