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