Home > @datashaper/workflow > fetchJson
Signature:
export declare function fetchJson<T = any>(url: string): Promise<T>;| Parameter | Type | Description |
|---|---|---|
| url | string |
Returns:
Promise<T>
Home > @datashaper/workflow > fetchJson
Signature:
export declare function fetchJson<T = any>(url: string): Promise<T>;| Parameter | Type | Description |
|---|---|---|
| url | string |
Returns:
Promise<T>