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