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