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