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