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
| Parameter | Type | Description |
|---|---|---|
| decimal | string | (Optional) |
| thousands | string | (Optional) |
Returns:
(value: unknown) => boolean