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