tables.isnumber.md

June 23, 2023 ยท View on GitHub

Home > @datashaper/tables > isNumber

isNumber() function

Signature:

export declare function isNumber(decimal?: string, thousands?: string): (value: unknown) => boolean;

Parameters

ParameterTypeDescription
decimalstring(Optional)
thousandsstring(Optional)

Returns:

(value: unknown) => boolean

Contents

  1. 1isNumber() function
  2. 2Parameters