isNumberArray
export function isNumberArray(
input: unknown,
onFalse: NotifyOnFalse
): input is number[]
Arguments
1. input
input: unknown
2. onFalse
onFalse: NotifyOnFalse
Returns
input is number[]
export function isNumberArray(
input: unknown,
onFalse: NotifyOnFalse
): input is number[]
input
input: unknown
onFalse
onFalse: NotifyOnFalse
input is number[]