tables.isnull.md
June 23, 2023 ยท View on GitHub
Home > @datashaper/tables > isNull
isNull() function
Signature:
export declare function isNull(naValues?: string[]): (value: unknown) => boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| naValues | string[] | (Optional) |
Returns:
(value: unknown) => boolean