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