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