import * as check from "../../../../../../generated/sync/check/dictionary-of/maybe/string-format/number"; export function isDictionaryOfMaybePotentiallyUnsafeNumberString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybePotentiallyUnsafeNumberString(mixed) === undefined; } export function isDictionaryOfMaybeFiniteNumberString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeFiniteNumberString(mixed) === undefined; } export function isDictionaryOfMaybeIntegerString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeIntegerString(mixed) === undefined; } export function isDictionaryOfMaybeGreaterThanString (mixed : any, x : number) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeGreaterThanString(mixed, x) === undefined; } export function isDictionaryOfMaybeGreaterThanOrEqualString (mixed : any, x : number) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeGreaterThanOrEqualString(mixed, x) === undefined; } export function isDictionaryOfMaybeLessThanString (mixed : any, x : number) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeLessThanString(mixed, x) === undefined; } export function isDictionaryOfMaybeLessThanOrEqualString (mixed : any, x : number) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeLessThanOrEqualString(mixed, x) === undefined; } export function isDictionaryOfMaybeRangeString (mixed : any, args : { min? : number, max? : number }) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeRangeString(mixed, args) === undefined; } export function isDictionaryOfMaybePositiveString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybePositiveString(mixed) === undefined; } export function isDictionaryOfMaybeNegativeString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeNegativeString(mixed) === undefined; } export function isDictionaryOfMaybeNonNegativeString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeNonNegativeString(mixed) === undefined; } export function isDictionaryOfMaybeNaturalNumberString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeNaturalNumberString(mixed) === undefined; } export function isDictionaryOfMaybeOddString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeOddString(mixed) === undefined; } export function isDictionaryOfMaybeEvenString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeEvenString(mixed) === undefined; } export function isDictionaryOfMaybeNotOneOfString (mixed : any, arr : T[]) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeNotOneOfString(mixed, arr) === undefined; } export function isDictionaryOfMaybeLatitudeString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeLatitudeString(mixed) === undefined; } export function isDictionaryOfMaybeLongitudeString (mixed : any) : mixed is ((null|undefined|(string))|null|undefined)[] { return check.checkDictionaryOfMaybeLongitudeString(mixed) === undefined; }