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