tables.parseobject.md
February 26, 2024 ยท View on GitHub
Home > @datashaper/tables > parseObject
parseObject() function
Signature:
export declare function parseObject(options?: TypeHints): (value: string | undefined) => object | null;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | TypeHints | (Optional) |
Returns:
(value: string | undefined) => object | null