import * as check from "../../../../../../generated/sync/check/dictionary-of/maybe/string-format/date"; export function isDictionaryOfMaybePotentiallyUnsafeDateString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybePotentiallyUnsafeDateString(mixed) === undefined; } export function isDictionaryOfMaybeValidDateString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeValidDateString(mixed) === undefined; } export function isDictionaryOfMaybeBeforeString (mixed : any, x : Date) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeBeforeString(mixed, x) === undefined; } export function isDictionaryOfMaybeAfterString (mixed : any, x : Date) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeAfterString(mixed, x) === undefined; } export function isDictionaryOfMaybeBeforeOrAtString (mixed : any, x : Date) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeBeforeOrAtString(mixed, x) === undefined; } export function isDictionaryOfMaybeAfterOrAtString (mixed : any, x : Date) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeAfterOrAtString(mixed, x) === undefined; } export function isDictionaryOfMaybeRangeString (mixed : any, args : { min? : Date, max? : Date }) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeRangeString(mixed, args) === undefined; }