isFormattedString
Overload 1
export function isFormattedString(checkFormat: CheckFormat): Check<string>
Arguments
Name | Type | Description |
---|---|---|
checkFormat | CheckFormat |
Return value
Check<string>
Overload 2
export function isFormattedString(
input: unknown,
checkFormat: CheckFormat
): unknown
Arguments
Name | Type | Description |
---|---|---|
input | unknown | |
checkFormat | CheckFormat |
Return value
unknown
Overload 3
export function isFormattedString(
input: unknown,
checkFormat: CheckFormat,
onFalse: NotifyOnFalse
): unknown
Arguments
Name | Type | Description |
---|---|---|
input | unknown | |
checkFormat | CheckFormat | |
onFalse | NotifyOnFalse |
Return value
unknown