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