import * as check from "../../../../../generated/sync/check/dictionary-of/maybe/date"; export function isDictionaryOfMaybePotentiallyUnsafeDate (mixed : any) : mixed is ((null|undefined|(Date))|null|undefined)[] { return check.checkDictionaryOfMaybePotentiallyUnsafeDate(mixed) === undefined; } export function isDictionaryOfMaybeValidDate (mixed : any) : mixed is ((null|undefined|(Date))|null|undefined)[] { return check.checkDictionaryOfMaybeValidDate(mixed) === undefined; } export function isDictionaryOfMaybeBefore (mixed : any, x : Date) : mixed is ((null|undefined|(Date))|null|undefined)[] { return check.checkDictionaryOfMaybeBefore(mixed, x) === undefined; } export function isDictionaryOfMaybeAfter (mixed : any, x : Date) : mixed is ((null|undefined|(Date))|null|undefined)[] { return check.checkDictionaryOfMaybeAfter(mixed, x) === undefined; } export function isDictionaryOfMaybeBeforeOrAt (mixed : any, x : Date) : mixed is ((null|undefined|(Date))|null|undefined)[] { return check.checkDictionaryOfMaybeBeforeOrAt(mixed, x) === undefined; } export function isDictionaryOfMaybeAfterOrAt (mixed : any, x : Date) : mixed is ((null|undefined|(Date))|null|undefined)[] { return check.checkDictionaryOfMaybeAfterOrAt(mixed, x) === undefined; } export function isDictionaryOfMaybeRange (mixed : any, args : { min? : Date, max? : Date }) : mixed is ((null|undefined|(Date))|null|undefined)[] { return check.checkDictionaryOfMaybeRange(mixed, args) === undefined; }