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