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