isString
export function isString(
input: unknown,
onFalse: NotifyOnFalse
): input is string
Arguments
1. input
input: unknown
2. onFalse
onFalse: NotifyOnFalse
Returns
input is string
export function isString(
input: unknown,
onFalse: NotifyOnFalse
): input is string
input
input: unknown
onFalse
onFalse: NotifyOnFalse
input is string